Skip to content

Commit

Permalink
Test JGit 7.0.0 with Jakarta EE 9 Jenkins core
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored and git-client-user committed Aug 17, 2024
1 parent 6bfa95c commit 10fb949
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@
<jenkins.baseline>2.462</jenkins.baseline>
<!-- <jenkins.version>${jenkins.baseline}.3</jenkins.version> -->
<!-- TODO Replace with the standard jenkins.baseline references after LTS requires Java 17 -->
<jenkins.version>2.463</jenkins.version>
<jenkins.version>2.471-rc35177.b_db_d5fa_b_389a_</jenkins.version>
<jgit.version>7.0.0.202407311305-m2</jgit.version>
<!-- TODO JENKINS-73339 until in parent POM -->
<jenkins-test-harness.version>2254.vcff7a_d4969e5</jenkins-test-harness.version>
<maven.compiler.release>17</maven.compiler.release>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand All @@ -85,6 +86,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- TODO JENKINS-73339 until in parent POM, work around https://github.com/jenkinsci/plugin-pom/issues/936 -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 10fb949

Please sign in to comment.