This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
v18.1
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>