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

oscm-interfaces 1.4

Compare
Choose a tag to compare
@GoebelL GoebelL released this 25 Oct 16:38
· 133 commits to master since this release
93919ba

Latest oscm-interfaces 1.4 includes updates for oscm-app-extsvc. Simply include following snipped in your pom file.

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

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