Skip to content

Commit 6e4b8c0

Browse files
committed
fix
1 parent 9d2feb2 commit 6e4b8c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

instrumentation/jdbc/library/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ dependencies {
2222
testLibrary("org.apache.tomcat:tomcat-juli:7.0.19") // tomcat jdbc needs this
2323
testLibrary("com.zaxxer:HikariCP:2.4.0")
2424
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")
2528
}
2629

2730
tasks {

0 commit comments

Comments
 (0)