summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2014-11-29 08:31:20 +1100
committermd_5 <git@md-5.net>2014-11-29 08:31:20 +1100
commit93595221756d3501c7e6e306b1055277beb7f795 (patch)
treef7522d3da66c1d5e63a25e8449789341400a9463 /pom.xml
parent032e8ca0a3a2fd6059308ca43083df986467b99e (diff)
downloadbuildtools-93595221756d3501c7e6e306b1055277beb7f795.tar
buildtools-93595221756d3501c7e6e306b1055277beb7f795.tar.gz
buildtools-93595221756d3501c7e6e306b1055277beb7f795.tar.lz
buildtools-93595221756d3501c7e6e306b1055277beb7f795.tar.xz
buildtools-93595221756d3501c7e6e306b1055277beb7f795.zip
Update to pull Jacobe directly from the TIOBE site.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ec5e6e0..8dbe316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,11 @@
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>1.9</version>
+ </dependency>
</dependencies>
<build>