diff options
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index ffea0208..bf6c5b47 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.0.13.2</version> + <version>1.1.0</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> @@ -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> |