Skip to content

Commit

Permalink
STORM-4108 - Remove joda-time
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 11, 2024
1 parent 67b685d commit 8d4be33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ List of third-party dependencies grouped by their license type.
* JDO API (javax.jdo:jdo-api:3.0.1 - http://db.apache.org/jdo)
* JDO API (org.datanucleus:javax.jdo:3.2.0-m3 - http://www.datanucleus.org/#/javax.jdo)
* Jettison (org.codehaus.jettison:jettison:1.5.4 - https://github.com/jettison-json/jettison)
* Joda-Time (joda-time:joda-time:2.12.7 - https://www.joda.org/joda-time/)
* JPam (net.sf.jpam:jpam:1.1 - http://jpam.sf.net)
* jsonschema2pojo-core (org.jsonschema2pojo:jsonschema2pojo-core:1.0.2 - https://github.com/joelittlejohn/jsonschema2pojo/jsonschema2pojo-core)
* JSON Small and Fast Parser (net.minidev:json-smart:2.5.1 - https://urielch.github.io/)
Expand Down
1 change: 1 addition & 0 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ The license texts of these dependencies can be found in the licenses directory.
* JDO API (javax.jdo:jdo-api:3.0.1 - http://db.apache.org/jdo)
* JDO API (org.datanucleus:javax.jdo:3.2.0-m3 - http://www.datanucleus.org/#/javax.jdo)
* Jettison (org.codehaus.jettison:jettison:1.5.4 - no url defined)
* Joda-Time (joda-time:joda-time:2.12.7 - https://www.joda.org/joda-time/)
* jsonschema2pojo-core (org.jsonschema2pojo:jsonschema2pojo-core:1.0.2 - https://github.com/joelittlejohn/jsonschema2pojo/jsonschema2pojo-core)
* JPam (net.sf.jpam:jpam:1.1 - http://jpam.sf.net)
* JSON Small and Fast Parser (net.minidev:json-smart:2.5.1 - https://urielch.github.io/)
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<hbase.version>2.6.1-hadoop3</hbase.version>
<kryo.version>5.6.0</kryo.version>
<jakarta.servlet.version>5.0.0</jakarta.servlet.version>
<joda-time.version>2.12.7</joda-time.version>
<thrift.version>0.19.0</thrift.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>
<surefire.version>3.0.0-M5</surefire.version>
Expand Down Expand Up @@ -690,6 +691,11 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${joda-time.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
Expand Down

0 comments on commit 8d4be33

Please sign in to comment.