Skip to content

Commit

Permalink
fix pom configuration (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaval24 committed Dec 17, 2018
1 parent d898b43 commit 9c04d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ whenPomConfigured = { p ->
p.dependencies = p.dependencies.findAll { dep ->
dep.scope == "test" || dep.artifactId != agentArtifactId && dep.artifactId != loggerArtifactId &&
!(dep.groupId in ['org.apache.http', 'org.apache.commons', 'commons-io',
'org.apache.httpcomponents'])
'com.google.guava', 'com.google.code.gson', 'org.apache.httpcomponents'])
}
}

Expand Down

0 comments on commit 9c04d50

Please sign in to comment.