<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-struts</artifactId>
<version>0.14.3</version>
</dependency>
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-struts" % "0.14.3"
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-struts', version='0.14.3')
)
<dependency org="org.glowroot.instrumentation" name="instrumentation-struts" rev="0.14.3" />
<parent> <groupId>org.glowroot.instrumentation</groupId> <artifactId>instrumentation-parent</artifactId> <version>0.14.3</version> </parent>
provided
|-- org.glowroot.instrumentation:instrumentation-api
test
|-- junit:junit
|-- org.glowroot.instrumentation:instrumentation-test-harness
|-- com.ning:async-http-client:1.8.17
|-- org.apache.tomcat.embed:tomcat-embed-core:7.0.91
|-- org.apache.tomcat.embed:tomcat-embed-jasper:7.0.91
|-- org.apache.tomcat.embed:tomcat-embed-logging-juli:7.0.91
|-- javax.servlet:javax.servlet-api:3.0.1
|-- org.apache.struts:struts2-core:2.5.18
|-- org.apache.struts:struts-core:1.3.10
|-- org.apache.logging.log4j:log4j-api:2.11.1
|-- org.apache.logging.log4j:log4j-core:2.11.1
|-- javassist:javassist:3.12.1.GA
|-- org.glowroot.instrumentation:instrumentation-servlet