Skip to content

Commit

Permalink
fixing pom files, removed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Aug 23, 2017
1 parent 6ce3551 commit 91fe8ec
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 47 deletions.
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -117,7 +117,7 @@
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
</descriptors>
<finalName>midpoint-${version}</finalName>
<finalName>midpoint-${project.version}</finalName>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions gui/admin-gui/pom.xml
Expand Up @@ -99,6 +99,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
</plugin>
</plugins>
</build>
Expand Down
10 changes: 0 additions & 10 deletions model/model-client/pom.xml
Expand Up @@ -81,16 +81,6 @@
<groupId>org.apache.cxf.xjc-utils</groupId>
<artifactId>cxf-xjc-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions model/model-common/pom.xml
Expand Up @@ -175,11 +175,5 @@
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 0 additions & 6 deletions model/model-impl/pom.xml
Expand Up @@ -387,12 +387,6 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions model/notifications-impl/pom.xml
Expand Up @@ -175,12 +175,6 @@
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-cache</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions model/report-impl/pom.xml
Expand Up @@ -192,12 +192,6 @@
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
<version>3.7-SNAPSHOT</version>
<!-- <scope>test</scope> -->
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.provisioning</groupId>
<artifactId>provisioning-impl</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions provisioning/provisioning-impl/pom.xml
Expand Up @@ -245,12 +245,6 @@
<artifactId>persistence-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions repo/repo-common/pom.xml
Expand Up @@ -122,11 +122,5 @@
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions samples/model-client-sample/pom.xml
Expand Up @@ -134,6 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
<skipTests>true</skipTests> <!-- there are tests but we don't want them to be executed automatically -->
</configuration>
Expand Down

0 comments on commit 91fe8ec

Please sign in to comment.