aboutsummaryrefslogtreecommitdiff
path: root/connector_lib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'connector_lib/pom.xml')
-rw-r--r--connector_lib/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml
index 9a187f7f..267a01e8 100644
--- a/connector_lib/pom.xml
+++ b/connector_lib/pom.xml
@@ -34,11 +34,25 @@
<scope>provided</scope>
</dependency>
+ <!-- jUnit test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</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>
+ <dependency>
+ <groupId>at.gv.egiz.eaaf</groupId>
+ <artifactId>eaaf-core</artifactId>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+
</dependencies>
<build>