aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/database/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/database/pom.xml')
-rw-r--r--controlloop/common/database/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/controlloop/common/database/pom.xml b/controlloop/common/database/pom.xml
index 12f2c8bf4..e202da76e 100644
--- a/controlloop/common/database/pom.xml
+++ b/controlloop/common/database/pom.xml
@@ -42,11 +42,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
@@ -57,16 +52,6 @@
<version>${version.policy.drools-pdp}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.assertj</groupId>
- <artifactId>assertj-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>