Skip to content

Commit

Permalink
update XCC and externalsortinginjava dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenmc committed Apr 25, 2019
1 parent fc913a9 commit 96be0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

ext {
externalsortinginjavaVersion = '0.2.4'
externalsortinginjavaVersion = '0.2.5'

// we don't need a REST server, only an XCC server
mlAppDeployer.getCommands().remove(mlAppDeployer.getCommand('DeployRestApiServersCommand'))
Expand Down Expand Up @@ -68,7 +68,7 @@ configurations {
}

dependencies {
compile 'com.marklogic:marklogic-xcc:9.0.8.2'
compile 'com.marklogic:marklogic-xcc:9.0.9'
//we bundle the externalsortinginjava classes with the corb distro as a fat jar
compileOnly "com.google.code.externalsortinginjava:externalsortinginjava:$externalsortinginjavaVersion"
shadow "com.google.code.externalsortinginjava:externalsortinginjava:$externalsortinginjavaVersion"
Expand Down

0 comments on commit 96be0e6

Please sign in to comment.