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 fec786a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 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,15 +349,15 @@ 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'
}

// Dependency change for including MLLib
implementation('com.esotericsoftware:reflectasm:1.10.0:shaded') {
transitive = false
}
// // Dependency change for including MLLib
// implementation('com.esotericsoftware:reflectasm:1.10.0:shaded') {
// transitive = false
// }

implementation('com.intel.gkl:gkl:0.8.8') {
exclude module: 'htsjdk'
Expand Down

0 comments on commit fec786a

Please sign in to comment.