You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2012/03/23 23:25:13 UTC

svn commit: r1304631 - /struts/struts2/trunk/pom.xml

Author: rgielen
Date: Fri Mar 23 22:25:13 2012
New Revision: 1304631

URL: http://svn.apache.org/viewvc?rev=1304631&view=rev
Log:
Added CDI plugin to dependency management section

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1304631&r1=1304630&r2=1304631&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Fri Mar 23 22:25:13 2012
@@ -344,6 +344,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.struts</groupId>
+                <artifactId>struts2-cdi-plugin</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-portlet-plugin</artifactId>
                 <version>${project.version}</version>
             </dependency>