<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-jsp</artifactId>
<version>0.14.5</version>
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-jsp', version='0.14.5')
)
<dependency org="org.glowroot.instrumentation" name="instrumentation-jsp" rev="0.14.5" />
<parent> <groupId>org.glowroot.instrumentation</groupId> <artifactId>instrumentation-parent</artifactId> <version>0.14.5</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