<dependency>
<groupId>org.microbean</groupId>
<artifactId>microbean-helidon-jerseysupport-cdi</artifactId>
<version>0.0.3</version>
</dependency>
@Grapes(
@Grab(group='org.microbean', module='microbean-helidon-jerseysupport-cdi', version='0.0.3')
)
<dependency org="org.microbean" name="microbean-helidon-jerseysupport-cdi" rev="0.0.3" />
<parent> <groupId>org.microbean</groupId> <artifactId>microbean-pluginmanagement-pom</artifactId> <version>9</version> </parent>
compile
|-- org.glassfish.jersey.ext.cdi:jersey-weld2-se:2.26
|-- org.microbean:microbean-helidon-webserver-cdi:0.2.5
|-- io.helidon.webserver:helidon-webserver-jersey:0.11.0
provided
|-- org.microbean:microbean-base-specification:0.4.5
runtime
|-- com.fasterxml.woodstox:woodstox-core:5.2.0
test
|-- junit:junit