Repository: oodt Updated Branches: refs/heads/master 6a636150e -> dd70db3ac
- don't exclude slf4j-api Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/dd70db3a Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/dd70db3a Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/dd70db3a Branch: refs/heads/master Commit: dd70db3ac99c1a9e8e42b4541c27e28a93dbf791 Parents: 6a63615 Author: Chris Mattmann <[email protected]> Authored: Wed Jul 6 13:23:12 2016 -0700 Committer: Chris Mattmann <[email protected]> Committed: Wed Jul 6 13:23:12 2016 -0700 ---------------------------------------------------------------------- curator/webapp/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/dd70db3a/curator/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml index 5dd050a..e2d6254 100644 --- a/curator/webapp/pom.xml +++ b/curator/webapp/pom.xml @@ -81,22 +81,10 @@ the License. <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-extensions</artifactId> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies> <build>
