Repository: struts Updated Branches: refs/heads/develop ae324c981 -> dfb2bd3db
Removes duplicated logging lib Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/a2ba908f Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/a2ba908f Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/a2ba908f Branch: refs/heads/develop Commit: a2ba908fa7181e5a63c8bf14cfe9a3c635cfdbc6 Parents: ae324c9 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Thu Aug 7 07:41:17 2014 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Thu Aug 7 07:41:17 2014 +0200 ---------------------------------------------------------------------- apps/blank/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/a2ba908f/apps/blank/pom.xml ---------------------------------------------------------------------- diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml index 675de3f..83bec60 100644 --- a/apps/blank/pom.xml +++ b/apps/blank/pom.xml @@ -48,11 +48,6 @@ </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency>