Missing LibrAlign BioJava1 dependency added to molecular plugin project.
authorb.stoever <b.stoever@localhost>
Tue, 14 Jul 2015 14:23:54 +0000 (14:23 +0000)
committerb.stoever <b.stoever@localhost>
Tue, 14 Jul 2015 14:23:54 +0000 (14:23 +0000)
eu.etaxonomy.taxeditor.molecular/pom.xml

index 06d847999f70aeda07ad3511aa34cb05fbe8610b..a3013330533e6eaa68da2392c3787a03b513fb8c 100644 (file)
       <version>0-SNAPSHOT</version>
     </dependency>
     <dependency>
+      <groupId>info.bioinfweb.libralign</groupId>
+      <artifactId>libralign-biojava1</artifactId>
+      <version>0-SNAPSHOT</version>
+    </dependency>
+<!--     <dependency>
       <groupId>info.bioinfweb.commons.java</groupId>
       <artifactId>bioinfweb-commons-swt</artifactId>
       <version>2-SNAPSHOT</version>
       <artifactId>tic-core</artifactId>
       <version>2-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.biojava</groupId>
+      <artifactId>core</artifactId>
+      <version>1.9.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.biojava</groupId>
+      <artifactId>sequencing</artifactId>
+      <version>1.9.2</version>
+    </dependency> -->
   </dependencies>
 
   <repositories>