<dependency>
<groupId>org.apache.wink</groupId>
<artifactId>wink-server</artifactId>
<version>1.4</version>
</dependency>
<parent> <groupId>org.apache.wink</groupId> <artifactId>wink</artifactId> <version>1.4</version> </parent>
compile
|-- org.apache.wink:wink-common
|-- org.apache.geronimo.specs:geronimo-servlet_2.5_spec
|-- org.springframework:spring-test
|-- org.apache.geronimo.specs:geronimo-jaxrs_1.1_spec
|-- com.sun.xml.bind:jaxb-impl
|-- javax.activation:activation
test
|-- org.apache.wink:wink-component-test-support
|-- org.springframework:spring-context
|-- xmlunit:xmlunit
|-- junit:junit