summaryrefslogtreecommitdiffstats
path: root/controlloop/common/model-impl/sdc/pom.xml
diff options
context:
space:
mode:
authorvdmeer <sven.van.der.meer@ericsson.com>2018-01-17 17:30:04 +0000
committervdmeer <sven.van.der.meer@ericsson.com>2018-01-17 17:30:58 +0000
commitbdf5640a2c68a0899363503dafa0f7cb1557e4a6 (patch)
treee7aa493ab25620ecdf9171529ae9b483547db923 /controlloop/common/model-impl/sdc/pom.xml
parent59d71c593d295b2bd48a9971d89635f95759a0a2 (diff)
Added all J Unit tests SDC
Issue-ID: POLICY-455 Change-Id: I8192e8a595642e0d36608591d95f21f3ee574d13 Signed-off-by: vdmeer.sven <sven.van.der.meer@ericsson.com>
Diffstat (limited to 'controlloop/common/model-impl/sdc/pom.xml')
-rw-r--r--controlloop/common/model-impl/sdc/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/controlloop/common/model-impl/sdc/pom.xml b/controlloop/common/model-impl/sdc/pom.xml
index caf6be59d..76c9de307 100644
--- a/controlloop/common/model-impl/sdc/pom.xml
+++ b/controlloop/common/model-impl/sdc/pom.xml
@@ -8,4 +8,12 @@
</parent>
<artifactId>sdc</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>