JAL-2629 uniquify all hmmer command sequence outputs
[jalview.git] / getdown / src / getdown / pom.xml
index c6af03d..17cb8f6 100644 (file)
     <module>ant</module>
   </modules>
 
+  <repositories>
+       <repository>
+          <id>ej-technologies</id>
+          <url>https://maven.ej-technologies.com/repository</url>
+       </repository>
+  </repositories>
+
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>1.18</version>
+    </dependency>
+    <dependency>
+               <groupId>com.install4j</groupId>
+               <artifactId>install4j-runtime</artifactId>
+               <version>7.0.11</version>
+               <!--<scope>provided</scope>-->
+       </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>