<dependency>
<groupId>org.apache.tomee.patch</groupId>
<artifactId>tomee-patch-core</artifactId>
<version>0.10</version>
</dependency>
@Grapes(
@Grab(group='org.apache.tomee.patch', module='tomee-patch-core', version='0.10')
)
<parent> <groupId>org.apache.tomee.patch</groupId> <artifactId>tomee-patch-parent</artifactId> <version>0.10</version> </parent>
compile
|-- org.ow2.asm:asm-tree:8.0.1
|-- org.ow2.asm:asm-analysis:8.0.1
|-- org.ow2.asm:asm-commons:8.0.1
|-- org.ow2.asm:asm-util:8.0.1
|-- org.tomitribe:tomitribe-crest:0.14
|-- org.tomitribe:tomitribe-crest-xbean:0.14
|-- org.tomitribe:tomitribe-util:1.3.13
|-- org.tomitribe.jkta:jkta:0.10
|-- org.apache.commons:commons-compress:1.20
test
|-- junit:junit:4.10