[java-parent-project] branch main updated: IDP-1994 - Removal of joda-time from APIs and dependency set

Scott Cantor cantor.2 at osu.edu
Tue Aug 16 16:56:25 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=0d482c4d0cd2cd44920a35aa041e47f8c14353dd

The following commit(s) were added to refs/heads/main by this push:
     new 0d482c4  IDP-1994 - Removal of joda-time from APIs and dependency set
0d482c4 is described below

commit 0d482c4d0cd2cd44920a35aa041e47f8c14353dd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 16 12:56:23 2022 -0400

    IDP-1994 - Removal of joda-time from APIs and dependency set
    
    https://shibboleth.atlassian.net/browse/IDP-1994
    
    Remove joda-time dependencies.
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 653b9df..6b4c4c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,6 @@
         <jakarta.mail.version>1.6.7</jakarta.mail.version>
         <janino.version>3.1.6</janino.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
-        <joda-time.version>2.10.14</joda-time.version>
         <jsoup.version>1.14.3</jsoup.version>
         <ldaptive.version>1.3.1</ldaptive.version>
         <mockito.version>3.9.0</mockito.version>
@@ -117,7 +116,6 @@
         -->
         <guava.link>https://google.github.io/guava/releases/${guava.version}/api/docs</guava.link>
         <javase.link>https://docs.oracle.com/en/java/javase/11/docs/api</javase.link>
-        <joda-time.link>https://www.joda.org/joda-time/apidocs</joda-time.link>
         <ldaptive.link>http://www.ldaptive.org/javadocs</ldaptive.link>
         <spring-framework.link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api</spring-framework.link>
         <!-- Using our temporary fork of spring-webflow for now.
@@ -342,11 +340,6 @@
                 <artifactId>janino</artifactId>
                 <version>${janino.version}</version>
             </dependency>
-            <dependency>
-                <groupId>joda-time</groupId>
-                <artifactId>joda-time</artifactId>
-                <version>${joda-time.version}</version>
-            </dependency>
 
             <!-- Needed for JAXB support. -->
             <dependency>
@@ -371,11 +364,6 @@
                 <!-- Current "micro-patch" to jackson-databind. -->
                 <version>2.13.2.2</version>
             </dependency>
-            <dependency>
-                <groupId>com.fasterxml.jackson.datatype</groupId>
-                <artifactId>jackson-datatype-joda</artifactId>
-                <version>${jackson.version}</version>
-            </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.datatype</groupId>
                 <artifactId>jackson-datatype-jsr310</artifactId>
@@ -779,7 +767,6 @@
                             <link>${spring-framework.link}</link>
                             <link>${spring-webflow.link}</link>
                             <link>${guava.link}</link>
-                            <link>${joda-time.link}</link>
                             <link>${ldaptive.link}</link>
                             <link>${java-support.link}</link>
                             <link>${java-opensaml.link}</link>
@@ -967,7 +954,6 @@
                         <link>${spring-framework.link}</link>
                         <link>${spring-webflow.link}</link>
                         <link>${guava.link}</link>
-                        <link>${joda-time.link}</link>
                         <link>${ldaptive.link}</link>
                         <link>${java-support.link}</link>
                         <link>${java-opensaml.link}</link>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list