Author: lukaszlenart
Date: Wed Nov 11 13:30:17 2009
New Revision: 834876
URL:
http://svn.apache.org/viewvc?rev=834876&view=revLog:
Added Config-browser plugin
Modified:
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?rev=834876&r1=834875&r2=834876&view=diff==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Wed Nov 11 13:30:17 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
@@ -42,6 +42,12 @@
<version>${struts2.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.struts</groupId>
+ <artifactId>struts2-config-browser-plugin</artifactId>
+ <version>${struts2.version}</version>
+ </dependency>
+
<!-- Servlet & Jsp -->
<dependency>
<groupId>javax.servlet</groupId>