JAL-3252 tgz unpacking no longer needed by getdown. Unfinished code and dependency...
[jalview.git] / getdown / src / getdown / pom.xml
index 586f595..0299940 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3-1.2.2_FJVL</version>
+  <version>1.8.3-1.2.3_FJVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-compress</artifactId>
-      <version>1.18</version>
+      <groupId>com.install4j</groupId>
+      <artifactId>install4j-runtime</artifactId>
+      <version>7.0.11</version>
+      <scope>provided</scope>
     </dependency>
-    <dependency>
-               <groupId>com.install4j</groupId>
-               <artifactId>install4j-runtime</artifactId>
-               <version>7.0.11</version>
-               <scope>provided</scope>
-       </dependency>
   </dependencies>
 
   <build>