We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2feb2 commit 6e4b8c0Copy full SHA for 6e4b8c0
instrumentation/jdbc/library/build.gradle.kts
@@ -22,6 +22,9 @@ dependencies {
22
testLibrary("org.apache.tomcat:tomcat-juli:7.0.19") // tomcat jdbc needs this
23
testLibrary("com.zaxxer:HikariCP:2.4.0")
24
testLibrary("com.mchange:c3p0:0.9.5")
25
+
26
+ // some classes in earlier versions of derby were split out into derbytools in later versions
27
+ latestDepTestLibrary("org.apache.derby:derbytools:latest.release")
28
}
29
30
tasks {
0 commit comments