<dependency>
<groupId>io.dekorate</groupId>
<artifactId>spring-boot-on-openshift-example</artifactId>
<version>1.0.3</version>
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='spring-boot-on-openshift-example', version='1.0.3')
)
<parent> <groupId>io.dekorate</groupId> <artifactId>examples</artifactId> <version>1.0.3</version> </parent>
compile
|-- io.dekorate:openshift-spring-starter
|-- org.springframework.boot:spring-boot-starter-actuator:2.1.13.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:2.1.13.RELEASE
test