<dependency>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>operator-framework</artifactId>
<version>4.9.7</version>
</dependency>
@Grapes(
@Grab(group='io.javaoperatorsdk', module='operator-framework', version='4.9.7')
)
<parent> <groupId>io.javaoperatorsdk</groupId> <artifactId>java-operator-sdk</artifactId> <version>4.9.7</version> </parent>
compile
|-- io.javaoperatorsdk:operator-framework-core
|-- io.fabric8:kubernetes-httpclient-${fabric8-httpclient-impl.name}
|-- org.apache.commons:commons-lang3
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- com.google.testing.compile:compile-testing
|-- io.fabric8:crd-generator-apt
|-- io.fabric8:openshift-client-api
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.logging.log4j:log4j-core