Remove tomcat-jdbc latest test dep pinning (#10351)
This commit is contained in:
parent
13c133498b
commit
89ee25f4d2
|
@ -40,7 +40,6 @@ dependencies {
|
||||||
testImplementation("org.scala-lang:scala-library:2.11.12")
|
testImplementation("org.scala-lang:scala-library:2.11.12")
|
||||||
testImplementation("com.typesafe.slick:slick_2.11:3.2.0")
|
testImplementation("com.typesafe.slick:slick_2.11:3.2.0")
|
||||||
testImplementation("com.h2database:h2:1.4.197")
|
testImplementation("com.h2database:h2:1.4.197")
|
||||||
latestDepTestLibrary("org.apache.tomcat:tomcat-jdbc:10.1.13")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
Loading…
Reference in New Issue