Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Sep 2, 2017
1 parent dee536f commit 09cd116
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build-system/pom.xml
Expand Up @@ -150,7 +150,7 @@
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -1339,6 +1339,7 @@
</manifestEntries>
</archive>
<attachClasses>true</attachClasses>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions gui/admin-gui/pom.xml
Expand Up @@ -19,7 +19,7 @@
<name>midPoint User Interface - admin web gui</name>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<packaging>jar</packaging>
<packaging>war</packaging>
<version>3.7-SNAPSHOT</version>
<parent>
<artifactId>gui</artifactId>
Expand Down Expand Up @@ -557,7 +557,7 @@
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions model/model-client/pom.xml
Expand Up @@ -66,6 +66,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down
1 change: 1 addition & 0 deletions model/model-impl/pom.xml
Expand Up @@ -86,6 +86,7 @@
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
Expand Down
1 change: 1 addition & 0 deletions model/notifications-impl/pom.xml
Expand Up @@ -86,6 +86,7 @@
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-cache</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.provisioning</groupId>
Expand Down
1 change: 1 addition & 0 deletions provisioning/provisioning-impl/pom.xml
Expand Up @@ -76,6 +76,7 @@
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
Expand Down

0 comments on commit 09cd116

Please sign in to comment.