Workaround glassfish resolution error. (#3116)
This commit is contained in:
parent
c358a35414
commit
796976a0f1
|
@ -10,7 +10,8 @@ dependencies {
|
||||||
testInstrumentation project(':instrumentation:servlet:servlet-javax-common:javaagent')
|
testInstrumentation project(':instrumentation:servlet:servlet-javax-common:javaagent')
|
||||||
testInstrumentation project(':instrumentation:grizzly-2.0:javaagent')
|
testInstrumentation project(':instrumentation:grizzly-2.0:javaagent')
|
||||||
|
|
||||||
testLibrary "org.glassfish.main.extras:glassfish-embedded-all:4.0"
|
// NB: testLibrary fails for some reason.
|
||||||
|
testImplementation "org.glassfish.main.extras:glassfish-embedded-all:4.0"
|
||||||
|
|
||||||
latestDepTestLibrary "org.glassfish.main.extras:glassfish-embedded-all:5.1.0"
|
latestDepTestLibrary "org.glassfish.main.extras:glassfish-embedded-all:5.1.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue