Skip to content

Commit

Permalink
Revert "Cleans up maven warnings"
Browse files Browse the repository at this point in the history
This reverts commit 5dd54c5.
  • Loading branch information
davidandrewcope committed Sep 20, 2017
1 parent 5d534c7 commit b7111ad
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 2 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-${project.version}</finalName>
<finalName>midpoint-${version}</finalName>
</configuration>
<executions>
<execution>
Expand Down
10 changes: 10 additions & 0 deletions model/model-client/pom.xml
Expand Up @@ -81,6 +81,16 @@
<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: 6 additions & 0 deletions model/model-common/pom.xml
Expand Up @@ -175,5 +175,11 @@
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions model/model-impl/pom.xml
Expand Up @@ -387,6 +387,12 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions model/notifications-impl/pom.xml
Expand Up @@ -175,6 +175,12 @@
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-cache</artifactId>
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions model/report-impl/pom.xml
Expand Up @@ -192,6 +192,12 @@
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
<version>3.6.1-SNAPSHOT</version>
<!-- <scope>test</scope> -->
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.provisioning</groupId>
<artifactId>provisioning-impl</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions provisioning/provisioning-impl/pom.xml
Expand Up @@ -245,6 +245,12 @@
<artifactId>persistence-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions repo/repo-common/pom.xml
Expand Up @@ -122,5 +122,11 @@
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
<version>3.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion samples/model-client-sample/pom.xml
Expand Up @@ -134,7 +134,6 @@
<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 b7111ad

Please sign in to comment.