diff options
Diffstat (limited to 'controlloop/common/coordination/pom.xml')
-rw-r--r-- | controlloop/common/coordination/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/controlloop/common/coordination/pom.xml b/controlloop/common/coordination/pom.xml index 03220e9d1..e540f2b51 100644 --- a/controlloop/common/coordination/pom.xml +++ b/controlloop/common/coordination/pom.xml @@ -31,21 +31,11 @@ <dependencies> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>policy-management</artifactId> <version>${version.policy.drools-pdp}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> -</dependency> </dependencies> <build> <plugins> |