<dependency>
<groupId>com.aeontronix.aeon-commons</groupId>
<artifactId>aeon-commons</artifactId>
<version>1.3.12</version>
</dependency>
@Grapes(
@Grab(group='com.aeontronix.aeon-commons', module='aeon-commons', version='1.3.12')
)
<parent> <groupId>com.aeontronix.aeon-commons</groupId> <artifactId>aeon-commons-parent</artifactId> <version>1.3.12</version> </parent>
compile
|-- javax.xml.bind:jaxb-api:2.2.5
|-- com.sun.xml.bind:jaxb-impl:2.2.5
provided
|-- javax.validation:validation-api:1.0.0.GA
test