diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2018-09-07 11:33:22 +0200 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2018-09-07 11:33:22 +0200 |
commit | 03bee4398bd2aff20fdcb1dee3419c5110145a02 (patch) | |
tree | 71d8e6155003696106d60f07abe661ee7e5517ad /utils | |
parent | e8cdb9ab617d368cc21ad0455240343302e9361f (diff) | |
download | mocca-03bee4398bd2aff20fdcb1dee3419c5110145a02.tar.gz mocca-03bee4398bd2aff20fdcb1dee3419c5110145a02.tar.bz2 mocca-03bee4398bd2aff20fdcb1dee3419c5110145a02.zip |
pom cleanup
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 4c7623b2..c880f177 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -40,27 +40,11 @@ <groupId>com.sun.xml.stream</groupId>
<version>1.0.2</version>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.2</version>
- </dependency>
-<!-- <dependency> -->
-<!-- <groupId>commons-codec</groupId> -->
-<!-- <artifactId>commons-codec</artifactId> -->
-<!-- <version>1.11</version> -->
-<!-- </dependency> -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
-<!-- <dependency> -->
-<!-- <groupId>commons-httpclient</groupId> -->
-<!-- <artifactId>commons-httpclient</artifactId> -->
-<!-- <version>3.1</version> -->
-<!-- </dependency> -->
-
<!-- for testing -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
|