diff --git a/build.gradle b/build.gradle index b63304b7..f5b6bf84 100644 --- a/build.gradle +++ b/build.gradle @@ -131,6 +131,7 @@ project('common') { dependencies { compile group: 'commons-io', name: 'commons-io', version: commonsioVersion, withoutLogger compile group: 'com.google.guava', name: 'guava', version: guavaVersion, withoutLogger + compile group: 'javax.activation', name: 'activation', version: javaxActivationVersion compileOnly group: 'io.pravega', name: 'pravega-common', version: pravegaVersion testCompile group: 'io.pravega', name: 'pravega-common', version: pravegaVersion //Do NOT add any additional dependencies to common. All other sub projects depend on common and any project specific diff --git a/gradle.properties b/gradle.properties index b7e57b9e..b80624bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,8 +47,9 @@ gradleGitPluginVersion=2.2.0 avroVersion=1.9.1 avroProtobufVersion=1.7.7 snappyVersion=1.1.7.3 +javaxActivationVersion=1.1.1 pravegaVersion=0.9.0 -pravegaKeyCloakVersion=0.9.0-36.ad03b19-SNAPSHOT +pravegaKeyCloakVersion=0.9.0 # Version and base tags can be overridden at build time schemaregistryVersion=0.2.0