<dependency>
<groupId>org.microbean</groupId>
<artifactId>helm-maven-plugin</artifactId>
<version>2.8.2.1.1.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.microbean', module='helm-maven-plugin', version='2.8.2.1.1.2')
)
<parent> <groupId>org.microbean</groupId> <artifactId>microbean-pluginmanagement-pom</artifactId> <version>5</version> </parent>
compile
|-- io.fabric8:kubernetes-client:3.2.0
|-- javax.inject:javax.inject:1
|-- org.apache.maven:maven-core:3.5.4
|-- org.apache.maven:maven-plugin-api:3.5.4
|-- org.microbean:microbean-development-annotations:0.1.3
|-- org.microbean:microbean-helm:2.8.2.1.1.1
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5.2
test
|-- junit:junit