Correct for develop reset
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6c4f76de690f92404a1844169cbd7aa1c19335bf..7e6fc8626da7cec0514a1afb91d466b85d3b2e56 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>