Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@ravisharda ravisharda released this 19 Mar 15:43
· 39 commits to master since this release
e49f9a6

This is a minor release of the Pravega Keycloak client for supporting Pravega 0.7.0.

System Requirements

  • Pravega 0.7.x
  • Keycloak 6.0.x

Summary of Changes

  • Update Pravega dependency to 0.7.0
  • Modify build version to 0.7.0

Usage

Gradle

repositories {
    jcenter()
    mavenCentral()
}

compile "io.pravega:pravega-client:0.7.0"
runtimeOnly "io.pravega:pravega-keycloak-client:0.7.0"