<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.8</version>
<type>bundle</type>
</dependency>
<parent> <groupId>com.sun.jersey</groupId> <artifactId>jersey-project</artifactId> <version>1.8</version> </parent>
compile
|-- asm:asm:3.1
provided
|-- javax.persistence:persistence-api:1.0.2
|-- javax.xml.bind:jaxb-api:2.1
|-- org.glassfish:javax.servlet:3.0
|-- org.glassfish:javax.ejb:3.0
|-- org.jboss.weld:weld-osgi-bundle:1.0.1-Final
|-- ant:ant:1.6.5
test
|-- junit:junit