Repository: struts-examples
Updated Branches:
  refs/heads/master 178ed4c1f -> dae06d15a


Drops duplicated log4j dependency


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/dae06d15
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/dae06d15
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/dae06d15

Branch: refs/heads/master
Commit: dae06d15aa80ce45dab11b6fabdfb718ed226a31
Parents: 178ed4c
Author: Lukasz Lenart <lukasz.len...@gmail.com>
Authored: Thu Apr 20 08:43:41 2017 +0200
Committer: Lukasz Lenart <lukasz.len...@gmail.com>
Committed: Thu Apr 20 08:43:41 2017 +0200

----------------------------------------------------------------------
 tiles/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/dae06d15/tiles/pom.xml
----------------------------------------------------------------------
diff --git a/tiles/pom.xml b/tiles/pom.xml
index a89690b..440b8f2 100644
--- a/tiles/pom.xml
+++ b/tiles/pom.xml
@@ -33,12 +33,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-core</artifactId>
-            <version>${log4j2.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>

Reply via email to