aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/module-stork/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/modules/module-stork/pom.xml')
-rw-r--r--id/server/modules/module-stork/pom.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/id/server/modules/module-stork/pom.xml b/id/server/modules/module-stork/pom.xml
index 8761e17ee..234c8d28a 100644
--- a/id/server/modules/module-stork/pom.xml
+++ b/id/server/modules/module-stork/pom.xml
@@ -18,5 +18,22 @@
<properties>
<repositoryPath>${basedir}/../../../../repository</repositoryPath>
</properties>
-
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
</project>