Skip to content

Commit

Permalink
Kyro
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 13, 2024
1 parent 529a49e commit d919d37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCY-LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ List of third-party dependencies grouped by their license type.
* Nimbus JOSE+JWT (com.nimbusds:nimbus-jose-jwt:9.37.2 - https://bitbucket.org/connect2id/nimbus-jose-jwt)
* Objenesis (org.objenesis:objenesis:3.4 - http://objenesis.org/objenesis)
* opencsv (net.sf.opencsv:opencsv:2.3 - http://opencsv.sf.net)
* Open JSON (com.tdunning:json:1.8 - https://github.com/tdunning/open-json)
* Open JSON (com.tdunning:json:1.8 - https://github.com/tdunning/ open-json)
* OpenTelemetry Java (io.opentelemetry:opentelemetry-api:1.15.0 - https://github.com/open-telemetry/opentelemetry-java)
* OpenTelemetry Java (io.opentelemetry:opentelemetry-context:1.15.0 - https://github.com/open-telemetry/opentelemetry-java)
* OpenTelemetry Java (io.opentelemetry:opentelemetry-semconv:1.15.0-alpha - https://github.com/open-telemetry/opentelemetry-java)
Expand Down
1 change: 0 additions & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,6 @@ The license texts of these dependencies can be found in the licenses directory.
* Netty/Transport/Native/Unix/Common (io.netty:netty-transport-native-unix-common:4.1.112.Final - https://netty.io/netty-transport-native-unix-common/)
* Netty/Transport (io.netty:netty-transport:4.1.112.Final - https://netty.io/netty-transport/)
* Nimbus JOSE+JWT (com.nimbusds:nimbus-jose-jwt:9.37.2 - https://bitbucket.org/connect2id/nimbus-jose-jwt)
* Objenesis (org.objenesis:objenesis:2.5.1 - http://objenesis.org)
* Objenesis (org.objenesis:objenesis:3.4 - http://objenesis.org/objenesis)
* opencsv (net.sf.opencsv:opencsv:2.3 - http://opencsv.sf.net)
* Open JSON (com.tdunning:json:1.8 - https://github.com/tdunning/open-json)
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 @@
<hdfs.version>${hadoop.version}</hdfs.version>
<hbase.version>2.6.1-hadoop3</hbase.version>
<kryo.version>5.6.2</kryo.version>
<objensis.version>3.4</objensis.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>
Expand Down Expand Up @@ -572,6 +573,11 @@
<artifactId>kryo</artifactId>
<version>${kryo.version}</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>${objensis.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down

0 comments on commit d919d37

Please sign in to comment.