Skip to content

Commit

Permalink
Issue 73: Include pravega keycloak plugin (#95)
Browse files Browse the repository at this point in the history
Include the Pravega Client Keycloak authentication plugin.

Signed-off-by: David Maddison <david.maddison@dell.com>
  • Loading branch information
maddisondavid authored and RaulGracia committed Jan 20, 2020
1 parent 2b73ae9 commit 8c2ebaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ buildscript {
"commons-cli:commons-cli:${commonsCLIVersion}",
"org.apache.commons:commons-csv:${commonsCSVVersion}"

runtime "org.slf4j:slf4j-simple:${slf4jSimpleVersion}"
runtime "org.slf4j:slf4j-simple:${slf4jSimpleVersion}",
"io.pravega:pravega-keycloak-client:${pravegaKeycloakVersion}"
}
mainClassName = "io.pravega.perf.PravegaPerfTest"
startScripts {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
commonsCLIVersion=1.3.1
commonsCSVVersion=1.5
pravegaVersion=0.7.0-50.ef40b45-SNAPSHOT
pravegaKeycloakVersion=0.6.0-6.1a4bae7-SNAPSHOT
slf4jSimpleVersion=1.7.14

0 comments on commit 8c2ebaa

Please sign in to comment.