aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/model-impl/sdc/pom.xml
diff options
context:
space:
mode:
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>