JAL-3224 New version of getdown which will cope with unpacking .tgz resources, specif...
[jalview.git] / getdown / src / getdown / pom.xml
index c6af03d..66ebf0f 100644 (file)
     <module>ant</module>
   </modules>
 
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>1.18</version>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>