summaryrefslogtreecommitdiff
path: root/eaaf_core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r--eaaf_core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml
index 5e988c05..28ce135c 100644
--- a/eaaf_core/pom.xml
+++ b/eaaf_core/pom.xml
@@ -87,6 +87,7 @@
<artifactId>xalan</artifactId>
</dependency>
+ <!-- For testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -97,6 +98,12 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf_core_utils</artifactId>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
</dependencies>
<build>