diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-13 09:02:58 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-09-13 09:02:58 +0200 |
commit | 8883fd1c0efa08fe0a73a11a1c8986fa3ea72753 (patch) | |
tree | 97ee6979a60ca1a462490e8e49a74ed8a0cb7293 /eaaf_core/pom.xml | |
parent | 7e85912db28d09d876fe6840e228781fb4ea5256 (diff) | |
download | EAAF-Components-8883fd1c0efa08fe0a73a11a1c8986fa3ea72753.tar.gz EAAF-Components-8883fd1c0efa08fe0a73a11a1c8986fa3ea72753.tar.bz2 EAAF-Components-8883fd1c0efa08fe0a73a11a1c8986fa3ea72753.zip |
refactor utils into a separate module
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> |