-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Pravega driver dependencies #69
base: master
Are you sure you want to change the base?
Conversation
…tty artifacts. Signed-off-by: root <[email protected]>
Signed-off-by: root <[email protected]>
Signed-off-by: root <[email protected]>
Signed-off-by: root <[email protected]>
Tried that PR with Pravega only. Works fine. |
@@ -62,19 +62,26 @@ | |||
<dependency> | |||
<groupId>io.pravega</groupId> | |||
<artifactId>pravega-keycloak-client</artifactId> | |||
<version>0.8.0</version> | |||
<version>0.9.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use 0.9.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, pravega-keycloak-client 0.9.0 was added in maven repo in March 2021.
I tested OMB with pravega-keycloak 0.9.0 and Pravega 0.9.1-2786.8992c07b9 with TLS.
It works.
This PR has been tested with and w/o TLS.