<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-tarmk-standby</artifactId>
<version>1.6.23</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.jackrabbit', module='oak-tarmk-standby', version='1.6.23')
)
<parent> <groupId>org.apache.jackrabbit</groupId> <artifactId>oak-parent</artifactId> <version>1.6.23</version> </parent>
compile
|-- com.google.code.findbugs:jsr305
provided
|-- org.osgi:org.osgi.compendium
|-- org.apache.felix:org.apache.felix.scr.annotations
|-- org.apache.jackrabbit:oak-core
|-- org.apache.jackrabbit:oak-segment
|-- org.apache.jackrabbit:oak-blob
|-- io.netty:netty-common:4.0.23.Final
|-- io.netty:netty-buffer:4.0.23.Final
|-- io.netty:netty-transport:4.0.23.Final
|-- io.netty:netty-codec:4.0.23.Final
|-- io.netty:netty-handler:4.0.23.Final
test
|-- org.apache.jackrabbit:oak-commons
|-- junit:junit
|-- org.apache.commons:commons-lang3:3.3.2