<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-clustering-wadi</artifactId>
<version>2.1.7</version>
</dependency>
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-clustering-wadi" % "2.1.7"
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-clustering-wadi', version='2.1.7')
)
<dependency org="org.apache.geronimo.modules" name="geronimo-clustering-wadi" rev="2.1.7" />
<parent> <groupId>org.apache.geronimo.plugins</groupId> <artifactId>clustering</artifactId> <version>2.1.7</version> </parent>
compile
|-- org.apache.geronimo.modules:geronimo-clustering
|-- org.codehaus.wadi:wadi-core
|-- org.codehaus.wadi:wadi-aop
|-- org.codehaus.wadi:wadi-group
|-- org.codehaus.wadi:wadi-tribes
provided