Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

v18.1

Compare
Choose a tag to compare
@GoebelL GoebelL released this 19 Dec 10:58
· 27 commits to master since this release
6f7e7f7

Latest oscm-interfaces include updates for new authentication support based on OpenID Connect. Simply include respective dependencies in your pom file.

Example

<dependency>
  <groupId>com.github.servicecatalog.oscm-interfaces</groupId>
  <artifactId>oscm-extsvc</artifactId>
  <version>v18.1</version>
</dependency>

<dependency>
  <groupId>com.github.servicecatalog.oscm-interfaces</groupId>
  <artifactId>oscm-app-extsvc</artifactId>
  <version>v18.1</version>
</dependency>

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>