File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
instrumentation/restlet/restlet-1.1 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 88 module.set(" org.restlet" )
99 versions.set(" [1.1.0, 1.2-M1)" )
1010 extraDependency(" com.noelios.restlet:com.noelios.restlet" )
11+ // missing dependencies
12+ skip(" 2.5.0" )
1113 assertInverse.set(true )
1214 }
1315}
@@ -30,6 +32,8 @@ dependencies {
3032 testInstrumentation(project(" :instrumentation:jetty:jetty-8.0:javaagent" ))
3133 testInstrumentation(project(" :instrumentation:servlet:servlet-3.0:javaagent" ))
3234 testInstrumentation(project(" :instrumentation:servlet:servlet-javax-common:javaagent" ))
35+
36+ latestDepTestLibrary(" org.restlet:org.restlet:1.+" ) // see restlet-2.0 module
3337}
3438
3539tasks.withType<Test >().configureEach {
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ dependencies {
1414 library(" com.noelios.restlet:com.noelios.restlet:1.1.5" )
1515
1616 testImplementation(project(" :instrumentation:restlet:restlet-1.1:testing" ))
17+
18+ latestDepTestLibrary(" org.restlet:org.restlet:1.+" ) // see restlet-2.0 module
1719}
1820
1921tasks.withType<Test >().configureEach {
You can’t perform that action at this time.
0 commit comments