<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-jdbc</artifactId>
<version>0.14.7</version>
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-jdbc', version='0.14.7')
)
<dependency org="org.glowroot.instrumentation" name="instrumentation-jdbc" rev="0.14.7" />
<parent> <groupId>org.glowroot.instrumentation</groupId> <artifactId>instrumentation-parent</artifactId> <version>0.14.7</version> </parent>
provided
|-- org.glowroot.instrumentation:instrumentation-api
test
|-- junit:junit
|-- org.glowroot.instrumentation:instrumentation-test-harness
|-- org.postgresql:postgresql:42.2.5.jre6
|-- mysql:mysql-connector-java:5.1.43
|-- com.microsoft.sqlserver:mssql-jdbc:6.4.0.jre7
|-- commons-dbcp:commons-dbcp:1.4
|-- org.apache.commons:commons-dbcp2:2.5.0
|-- org.apache.tomcat:tomcat-jdbc:7.0.92
|-- org.apache.tomcat:tomcat-juli:7.0.92
|-- org.glassfish.main.jdbc.jdbc-ra.jdbc40:jdbc40:4.1.2
|-- com.zaxxer:${hikari.cp.artifactId}:2.3.13