Skip to content

Commit

Permalink
Issue 194: Cherry pick 192 into r0.2
Browse files Browse the repository at this point in the history
* Cherry pick #192 to release branch r0.2

Signed-off-by: Shivesh Ranjan <[email protected]>
  • Loading branch information
shiveshr committed Mar 10, 2021
1 parent 942b8a7 commit b9eabb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9eabb5

Please sign in to comment.