We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d898b43 commit 9c04d50Copy full SHA for 9c04d50
web/build.gradle
@@ -73,7 +73,7 @@ whenPomConfigured = { p ->
73
p.dependencies = p.dependencies.findAll { dep ->
74
dep.scope == "test" || dep.artifactId != agentArtifactId && dep.artifactId != loggerArtifactId &&
75
!(dep.groupId in ['org.apache.http', 'org.apache.commons', 'commons-io',
76
- 'org.apache.httpcomponents'])
+ 'com.google.guava', 'com.google.code.gson', 'org.apache.httpcomponents'])
77
}
78
79
0 commit comments