Skip to content

Commit

Permalink
Use the joda-time plugin instead of joda-time jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 3, 2024
1 parent 9951d03 commit 618e955
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.5</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -96,6 +91,10 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>jersey2-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>joda-time-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
Expand Down

0 comments on commit 618e955

Please sign in to comment.