Fix latestDepTests in Restlet instrumentation (#4121)

* add latestDepTestLibrary

* spotless
This commit is contained in:
Anna Nosek 2021-09-14 18:52:29 +02:00 committed by GitHub
parent 971ca8b19c
commit 8f48dfa875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -25,4 +25,7 @@ dependencies {
implementation(project(":instrumentation:restlet:restlet-1.0:library"))
testImplementation(project(":instrumentation:restlet:restlet-1.0:testing"))
latestDepTestLibrary("org.restlet:org.restlet:1.1.+")
latestDepTestLibrary("com.noelios.restlet:com.noelios.restlet:1.1.+")
}

View File

@ -17,4 +17,7 @@ dependencies {
library("com.noelios.restlet:com.noelios.restlet:1.1.5")
testImplementation(project(":instrumentation:restlet:restlet-1.0:testing"))
latestDepTestLibrary("org.restlet:org.restlet:1.1.+")
latestDepTestLibrary("com.noelios.restlet:com.noelios.restlet:1.1.+")
}