Fix latestDepTests in Restlet instrumentation (#4121)
* add latestDepTestLibrary * spotless
This commit is contained in:
parent
971ca8b19c
commit
8f48dfa875
|
@ -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.+")
|
||||
}
|
||||
|
|
|
@ -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.+")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue