- 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/5ca7bf2a Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/5ca7bf2a Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/5ca7bf2a
Branch: refs/heads/master Commit: 5ca7bf2af5348ab7153549efa9362e4845600ca9 Parents: 6538bdc Author: Chris Mattmann <[email protected]> Authored: Wed Jul 6 13:23:12 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Mar 9 21:10:49 2017 -0800 ---------------------------------------------------------------------- curator/webapp/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/5ca7bf2a/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>
