<dependency>
<groupId>org.wso2.carbon.lcm</groupId>
<artifactId>org.wso2.carbon.lcm.core</artifactId>
<version>1.2.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.lcm', module='org.wso2.carbon.lcm.core', version='1.2.0')
)
<parent> <groupId>org.wso2.carbon.lcm</groupId> <artifactId>carbon-lcm</artifactId> <version>1.2.0</version> </parent>
compile
|-- org.wso2.carbon:org.wso2.carbon.core
|-- org.wso2.eclipse.osgi:org.eclipse.osgi.services
|-- org.wso2.carbon.lcm:org.wso2.carbon.lcm.sql
|-- com.h2database.wso2:h2-database-engine
|-- org.wso2.carbon.datasources:org.wso2.carbon.datasource.core
|-- org.ops4j.pax.logging:pax-logging-api
test