<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-dom</artifactId>
<version>1.2.15</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.ws.commons.axiom', module='axiom-dom', version='1.2.15')
)
<parent> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>implementations</artifactId> <version>1.2.15</version> </parent>
compile
|-- org.apache.ws.commons.axiom:axiom-api
|-- org.apache.ws.commons.axiom:om-aspects
|-- org.apache.ws.commons.axiom:dom-aspects
|-- ${stax.impl.groupid}:${stax.impl.artifact}
|-- commons-logging:commons-logging
test
|-- junit:junit
|-- org.apache.ws.commons.axiom:axiom-api
|-- org.apache.ws.commons.axiom:axiom-testsuite
|-- org.apache.ws.commons.axiom:dom-testsuite
|-- xalan:xalan