update archetype-starter pom

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

Branch: refs/heads/master
Commit: 1f4282e051468b24c7b5abbfd643492a8cfe89e2
Parents: de51ed9
Author: Aleksandr Mashchenko <amashche...@apache.org>
Authored: Fri Jul 14 20:12:15 2017 +0300
Committer: Aleksandr Mashchenko <amashche...@apache.org>
Committed: Fri Jul 14 20:12:15 2017 +0300

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml        | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/1f4282e0/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml 
b/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
index 89b5905..e68062e 100644
--- a/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <groupId>\${groupId}</groupId>
     <artifactId>\${artifactId}</artifactId>
@@ -113,13 +114,6 @@
                         
<descriptor>\${basedir}/src/main/webapp/WEB-INF/web.xml</descriptor>
                     </webAppConfig>
                 </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                        <version>1.2.17</version>
-                    </dependency>
-                </dependencies>
             </plugin>
         </plugins>
     </build>

Reply via email to