You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2010/10/24 20:59:52 UTC

svn commit: r1026864 - /incubator/empire-db/trunk/pom.xml

Author: doebele
Date: Sun Oct 24 18:59:52 2010
New Revision: 1026864

URL: http://svn.apache.org/viewvc?rev=1026864&view=rev
Log:
EMPIREDB-89

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=1026864&r1=1026863&r2=1026864&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Sun Oct 24 18:59:52 2010
@@ -243,7 +243,12 @@
 			<dependency>
 				<groupId>org.apache.struts</groupId>
 				<artifactId>struts2-core</artifactId>
-				<version>2.1.6</version>
+				<version>2.2.1</version>
+			</dependency> 
+			<dependency>
+				<groupId>org.apache.struts</groupId>
+				<artifactId>struts2-portlet-plugin</artifactId>
+				<version>2.2.1</version>
 			</dependency> 
 			<dependency>
 				<groupId>javax.servlet</groupId>
@@ -257,6 +262,12 @@
 				<version>2.0</version>
 				<scope>provided</scope>
 			</dependency> 
+	        <dependency>
+	            <groupId>javax.portlet</groupId>
+	            <artifactId>portlet-api</artifactId>
+	            <version>1.0</version>
+	            <scope>provided</scope>
+	        </dependency>
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>