Skip to content

Commit

Permalink
Upgrade kryo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Aug 31, 2022
1 parent 9c273c4 commit 23c3042
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ configurations.all {
// via Picard, etc.
force googleCloudNioDependency

force 'com.esotericsoftware:kryo:5.3.0'

// // hadoop uses an old jetty that doesn't like the new java version numbering scheme
// force 'org.eclipse.jetty:jetty-servlet:10.0.2'
}
Expand Down Expand Up @@ -347,8 +349,8 @@ dependencies {
implementation('com.github.fommil.netlib:netlib-native_system-osx-x86_64:1.1:natives')

// Dependency change for including MLLib
implementation('com.esotericsoftware:kryo:3.0.3'){
exclude group: 'com.esotericsoftware', module: 'reflectasm'
implementation('com.esotericsoftware:kryo:5.3.0'){
//exclude group: 'com.esotericsoftware', module: 'reflectasm'
exclude group: 'org.ow2.asm', module: 'asm'
}

Expand Down

0 comments on commit 23c3042

Please sign in to comment.