Adds missing dependencies

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

Branch: refs/heads/master
Commit: 81b2df4e0b9f3db2261b5e8dead8e93533d77946
Parents: 7ce189c
Author: Lukasz Lenart <lukasz.len...@gmail.com>
Authored: Sat Jun 18 09:17:59 2016 +0200
Committer: Lukasz Lenart <lukasz.len...@gmail.com>
Committed: Sat Jun 18 09:17:59 2016 +0200

----------------------------------------------------------------------
 rest-angular/pom.xml | 13 ++++++++++++-
 unit-testing/pom.xml | 10 ++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/81b2df4e/rest-angular/pom.xml
----------------------------------------------------------------------
diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml
index 86967a5..37705cb 100644
--- a/rest-angular/pom.xml
+++ b/rest-angular/pom.xml
@@ -10,7 +10,7 @@
 
     <artifactId>rest-angular</artifactId>
 
-    <name>REST Plugin based application with AngularJS frontend</name>
+    <name>REST Plugin based application with AngularJS</name>
 
     <description>A REST Plugin based Struts2 application with AngularJS 
frontend, Bean validation, Exception Handling and multi language 
support.</description>
 
@@ -96,6 +96,17 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <version>${log4j2.version}</version>
+        </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>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/81b2df4e/unit-testing/pom.xml
----------------------------------------------------------------------
diff --git a/unit-testing/pom.xml b/unit-testing/pom.xml
index d01d742..5a6ce0e 100644
--- a/unit-testing/pom.xml
+++ b/unit-testing/pom.xml
@@ -36,6 +36,16 @@
                        <version>2.0</version>
                </dependency>
                <dependency>
+                       <groupId>org.apache.logging.log4j</groupId>
+                       <artifactId>log4j-api</artifactId>
+                       <version>${log4j2.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.logging.log4j</groupId>
+                       <artifactId>log4j-core</artifactId>
+                       <version>${log4j2.version}</version>
+               </dependency>
+               <dependency>
                        <groupId>org.apache.geronimo.specs</groupId>
                        <artifactId>geronimo-servlet_3.0_spec</artifactId>
                        <version>1.0</version>

Reply via email to