<dependency>
<groupId>io.dekorate</groupId>
<artifactId>spring-boot-with-svcat-on-openshift-example</artifactId>
<version>1.0.1</version>
</dependency>
libraryDependencies += "io.dekorate" % "spring-boot-with-svcat-on-openshift-example" % "1.0.1"
@Grapes(
@Grab(group='io.dekorate', module='spring-boot-with-svcat-on-openshift-example', version='1.0.1')
)
<dependency org="io.dekorate" name="spring-boot-with-svcat-on-openshift-example" rev="1.0.1" />
<parent> <groupId>io.dekorate</groupId> <artifactId>examples</artifactId> <version>1.0.1</version> </parent>
compile
|-- io.dekorate:openshift-spring-starter
|-- io.dekorate:servicecatalog-annotations
|-- org.springframework.boot:spring-boot-starter-data-jpa:2.1.13.RELEASE
|-- org.springframework.boot:spring-boot-starter-data-rest:2.1.13.RELEASE
|-- org.postgresql:postgresql:9.4-1206-jdbc42
|-- org.springframework.boot:spring-boot-starter-web:2.1.13.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.1.13.RELEASE
test