diff options
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index b0dc1953..43f75444 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -17,6 +17,10 @@ <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_api</artifactId> </dependency> + <dependency> + <groupId>at.gv.egiz.eaaf</groupId> + <artifactId>eaaf_core_utils</artifactId> + </dependency> <dependency> <groupId>at.gv.egiz.components</groupId> @@ -82,21 +86,7 @@ <groupId>xalan</groupId> <artifactId>xalan</artifactId> </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpcore</artifactId> - </dependency> - - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |