<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
<version>2.14.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.jackrabbit', module='jackrabbit-webdav', version='2.14.1')
)
<parent> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-parent</artifactId> <version>2.14.1</version> </parent>
compile
|-- commons-codec:commons-codec:1.10
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- commons-httpclient:commons-httpclient:3.1
provided
|-- biz.aQute:bndlib
test
|-- junit:junit