<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.tomcat</artifactId>
<version>4.9.1-m1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='org.wso2.carbon.tomcat', version='4.9.1-m1')
)
<parent> <groupId>org.wso2.carbon</groupId> <artifactId>carbon-kernel</artifactId> <version>4.9.1-m1</version> </parent>
compile
|-- org.eclipse.platform:org.eclipse.osgi
|-- org.eclipse.equinox:org.eclipse.equinox.http.servlet
|-- org.wso2.eclipse.equinox:org.eclipse.equinox.common
|-- org.eclipse.equinox:javax.servlet
|-- org.wso2.orbit.org.apache.tomcat:tomcat
|-- org.wso2.org.ops4j.pax.logging:pax-logging-api
|-- org.wso2.carbon:org.wso2.carbon.utils
|-- org.wso2.securevault:org.wso2.securevault
|-- org.osgi:org.osgi.service.component.annotations
|-- org.osgi:org.osgi.annotation
|-- org.osgi:org.osgi.service.metatype.annotations
provided
|-- org.osgi:org.osgi.compendium
test
|-- junit:junit