Integrate molecular plugins
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c7befad44df86f25651b225dacd18b26fd9845e0..c595378bf3126318d9410721f39e77426a89d7c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,8 @@
     <module>eu.etaxonomy.taxeditor.application</module>
     <module>eu.etaxonomy.taxeditor.feature.platform</module>
     <module>eu.etaxonomy.taxeditor.feature</module>
+    <module>eu.etaxonomy.taxeditor.molecular</module>
+    <module>eu.etaxonomy.taxeditor.molecular.aggregator</module>
     <module>eu.etaxonomy.taxeditor</module>
   </modules>
   <scm>
           <allowSnapshots>true</allowSnapshots>
           <allowUntracked>true</allowUntracked>
         </configuration>
+        <dependencies>
+          <!-- 
+                upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53 
+                in order have ssl key exchange algorithms compatible with openssh 6.7 
+             -->
+          <dependency>
+            <groupId>com.jcraft</groupId>
+            <artifactId>jsch</artifactId>
+            <version>0.1.53</version>
+          </dependency>
+        </dependencies>
       </plugin>
     </plugins>
     <extensions>