<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>geronimo-system</artifactId>
<version>3.0.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='geronimo-system', version='3.0.0')
)
<parent> <groupId>org.apache.geronimo.framework</groupId> <artifactId>modules</artifactId> <version>3.0.0</version> </parent>
compile
|-- org.apache.geronimo.framework:geronimo-cli
|-- org.apache.geronimo.framework:geronimo-common
|-- org.apache.geronimo.framework:geronimo-crypto
|-- org.apache.geronimo.framework:geronimo-kernel
|-- org.apache.geronimo.framework:geronimo-pax-logging
|-- org.apache.commons:commons-jexl
|-- org.apache.geronimo.specs:geronimo-jaxb_2.2_spec
|-- org.apache.geronimo.specs:geronimo-stax-api_1.2_spec
|-- org.apache.geronimo.bundles:jaxb-impl
|-- org.apache.geronimo.specs:geronimo-activation_1.1_spec
|-- org.apache.geronimo.bundles:woodstox-core-asl
|-- org.codehaus.woodstox:stax2-api
|-- org.apache.felix:org.apache.felix.bundlerepository
provided
|-- log4j:log4j
|-- org.apache.geronimo.framework:geronimo-main
test