diff options
-rw-r--r-- | controlloop/common/actors/actor.test/pom.xml | 18 | ||||
-rw-r--r-- | pom.xml | 26 |
2 files changed, 12 insertions, 32 deletions
diff --git a/controlloop/common/actors/actor.test/pom.xml b/controlloop/common/actors/actor.test/pom.xml index 79d6b6601..d5f6081ec 100644 --- a/controlloop/common/actors/actor.test/pom.xml +++ b/controlloop/common/actors/actor.test/pom.xml @@ -14,12 +14,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <additionalClasspathElements> - <additionalClasspathElement>${settings.localRepository}/org/onap/policy/drools-applications/actor.appc/1.1.0-SNAPSHOT/actor.appc-1.1.0-SNAPSHOT.jar</additionalClasspathElement> - <additionalClasspathElement>${settings.localRepository}/org/onap/policy/drools-applications/actor.so/1.1.0-SNAPSHOT/actor.so-1.1.0-SNAPSHOT.jar</additionalClasspathElement> - </additionalClasspathElements> - </configuration> </plugin> </plugins> </build> @@ -37,6 +31,18 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.onap.policy.drools-applications</groupId> + <artifactId>actor.appc</artifactId> + <version>1.1.0-SNAPSHOT</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.onap.policy.drools-applications</groupId> + <artifactId>actor.so</artifactId> + <version>1.1.0-SNAPSHOT</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> @@ -91,18 +91,6 @@ </dependency> </dependencies> </plugin> - - <plugin> - <groupId>org.onap.oparent</groupId> - <artifactId>version-check-maven-plugin</artifactId> - <executions> - <execution> - <id>version-check</id> - <phase/> - </execution> - </executions> - </plugin> - </plugins> <pluginManagement> @@ -186,20 +174,6 @@ <version>1.2.3</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.onap.oparent</groupId> - <artifactId>version-check-maven-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> - <scope>provided</scope> - <optional>true</optional> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> - </dependencies> |