WW-4512 Move struts2 jboss-blank app to struts2-examples

- adjust pom.xml to new structure


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

Branch: refs/heads/master
Commit: 3a85c43f3cd58897e9756f78b5f752f7cbe61833
Parents: 89992c5
Author: Johannes Geppert <jo...@apache.org>
Authored: Thu Jun 11 20:57:46 2015 +0200
Committer: Johannes Geppert <jo...@apache.org>
Committed: Thu Jun 11 20:57:46 2015 +0200

----------------------------------------------------------------------
 jboss-blank/pom.xml | 3 ++-
 pom.xml             | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/3a85c43f/jboss-blank/pom.xml
----------------------------------------------------------------------
diff --git a/jboss-blank/pom.xml b/jboss-blank/pom.xml
index f0e624c..6935569 100644
--- a/jboss-blank/pom.xml
+++ b/jboss-blank/pom.xml
@@ -57,8 +57,9 @@
         </dependency>
 
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.apache.struts</groupId>
             <artifactId>struts2-junit-plugin</artifactId>
+            <version>${struts2.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/3a85c43f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 47bd3e7..b53b020 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <struts2.version>2.3.20</struts2.version>
         <log4j.version>1.2.17</log4j.version>
+        <log4j2.version>2.3</log4j2.version>
     </properties>
 
     <developers>

Reply via email to