Workaround glassfish resolution error. (#3116)

This commit is contained in:
Anuraag Agrawal 2021-05-28 11:56:34 +09:00 committed by GitHub
parent c358a35414
commit 796976a0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"
} }