Skip to content

Commit 9c04d50

Browse files
authored
fix pom configuration (#789)
1 parent d898b43 commit 9c04d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ whenPomConfigured = { p ->
7373
p.dependencies = p.dependencies.findAll { dep ->
7474
dep.scope == "test" || dep.artifactId != agentArtifactId && dep.artifactId != loggerArtifactId &&
7575
!(dep.groupId in ['org.apache.http', 'org.apache.commons', 'commons-io',
76-
'org.apache.httpcomponents'])
76+
'com.google.guava', 'com.google.code.gson', 'org.apache.httpcomponents'])
7777
}
7878
}
7979

0 commit comments

Comments
 (0)