Skip to content

Commit

Permalink
Merge pull request #146 from morind/master
Browse files Browse the repository at this point in the history
Warpscript: add trove4j (transitive) dependency
  • Loading branch information
hbs committed Jan 18, 2017
2 parents df92511 + 8dafdce commit 5f679b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -41,7 +41,7 @@ allprojects {
// List of dependencies required by Warpscript
ext.requiredLibsMc2 = [ 'warpscript', 'libthrift', 'bcprov-jdk16', 'boon', 'commons-io', 'commons-codec', 'commons-lang', 'commons-lang3', 'commons-math3', 'compiler', 'core', 'curator-x-discovery', 'geoxplib', 'guava', \
'hadoop-common', 'hadoop-mapreduce-client-core', 'java-merge-sort', 'jetty-servlets', 'joda-time', 'jruby-complete', 'jtransforms', 'jts', 'junit', 'jython', 'kafka_2.11', \
'luaj-jse', 'oss-client', 'renjin-script-engine', 'sensision', 'slf4j-api' ]
'luaj-jse', 'oss-client', 'renjin-script-engine', 'sensision', 'slf4j-api', 'trove4j' ]
}

subprojects {
Expand Down

0 comments on commit 5f679b4

Please sign in to comment.