Skip to content

Commit c15a0fc

Browse files
authored
Upgrade jgit to 5.11.1.202105131744-r (helidon-io#3040)
* Upgrade jgit to 5.11.1.202105131744-r * Move org.eclipse.jgit dependency management to dependencies/pom.xml
1 parent d0ddb31 commit c15a0fc

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

dependencies/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<version.lib.jaxb-runtime>2.3.3</version.lib.jaxb-runtime>
8181
<version.lib.jedis>3.1.0</version.lib.jedis>
8282
<version.lib.jersey>2.34</version.lib.jersey>
83+
<version.lib.jgit>5.11.1.202105131744-r</version.lib.jgit>
8384
<version.lib.jms-api>2.0</version.lib.jms-api>
8485
<version.lib.jsonb-api>1.0.2</version.lib.jsonb-api>
8586
<version.lib.jsonp-api>1.1.6</version.lib.jsonp-api>
@@ -305,6 +306,11 @@
305306
<artifactId>jakarta.activation-api</artifactId>
306307
<version>${version.lib.activation-api}</version>
307308
</dependency>
309+
<dependency>
310+
<groupId>org.eclipse.jgit</groupId>
311+
<artifactId>org.eclipse.jgit</artifactId>
312+
<version>${version.lib.jgit}</version>
313+
</dependency>
308314
<dependency>
309315
<groupId>javax.jms</groupId>
310316
<artifactId>javax.jms-api</artifactId>

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
<version.lib.asm>6.0</version.lib.asm>
5959
<version.lib.checkstyle>8.29</version.lib.checkstyle>
6060
<version.lib.groovy-all>2.4.14</version.lib.groovy-all>
61-
<version.lib.jgit>4.9.9.201903122025-r</version.lib.jgit>
62-
<version.lib.jsch>0.1.55</version.lib.jsch>
6361
<version.lib.kafka-junit5>3.2.1</version.lib.kafka-junit5>
6462
<version.lib.netty.tcnative>2.0.36.Final</version.lib.netty.tcnative>
6563
<version.lib.restito>0.9.1</version.lib.restito>
@@ -875,17 +873,6 @@
875873
<artifactId>netty-tcnative-boringssl-static</artifactId>
876874
<version>${version.lib.netty.tcnative}</version>
877875
</dependency>
878-
<dependency>
879-
<groupId>org.eclipse.jgit</groupId>
880-
<artifactId>org.eclipse.jgit</artifactId>
881-
<version>${version.lib.jgit}</version>
882-
</dependency>
883-
<!-- Used to update version used by jgit -->
884-
<dependency>
885-
<groupId>com.jcraft</groupId>
886-
<artifactId>jsch</artifactId>
887-
<version>${version.lib.jsch}</version>
888-
</dependency>
889876
<dependency>
890877
<groupId>org.eclipse.jgit</groupId>
891878
<artifactId>org.eclipse.jgit.junit</artifactId>

0 commit comments

Comments
 (0)