Repository: chukwa Updated Branches: refs/heads/master 973e11e9d -> 1695db7d4
CHUKWA-822. Remove Apache Struts from dependencies. (Eric Yang) Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/1695db7d Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/1695db7d Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/1695db7d Branch: refs/heads/master Commit: 1695db7d4f3118ba4a34751196a99ec2e4ea7aa0 Parents: 973e11e Author: Eric Yang <[email protected]> Authored: Sun Sep 10 22:06:30 2017 -0700 Committer: Eric Yang <[email protected]> Committed: Sun Sep 10 22:08:55 2017 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 14 ++++++++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/1695db7d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0daafc1..957b0ac 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,8 @@ Trunk (unreleased changes) BUGS + CHUKWA-822. Remove Apache Struts from dependencies. (Eric Yang) + CHUKWA-821. Remove broken dependencies. (Eric Yang) CHUKWA-818. Convert Solr client to singleton to prevent connection leaks. (Eric Yang) http://git-wip-us.apache.org/repos/asf/chukwa/blob/1695db7d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a6096bf..05ae418 100644 --- a/pom.xml +++ b/pom.xml @@ -124,6 +124,20 @@ <groupId>org.apache.velocity</groupId> <artifactId>velocity-tools</artifactId> <version>2.0</version> + <exclusions> + <exclusion> + <groupId>org.apache.struts</groupId> + <artifactId>struts-tiles</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.struts</groupId> + <artifactId>struts-taglib</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.struts</groupId> + <artifactId>struts-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.rubiconproject.oss</groupId>
