updating poms for 3.8.0-SNAPSHOT development
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5312c31ce50ddd8e3a413f33a9b40f02863bdb93..85faa8bde58d734a9a90bfa3f5c265c9e6b98348 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <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>