Author: jogep
Date: Tue Sep 24 18:41:55 2013
New Revision: 1525967

URL: http://svn.apache.org/r1525967
Log:
WW-4206 struts2-cdi-plugin-2.3.15.x.jar missing from 2.3.15.2 distro

Modified:
    struts/struts2/trunk/assembly/pom.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=1525967&r1=1525966&r2=1525967&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Tue Sep 24 18:41:55 2013
@@ -150,6 +150,11 @@
 
         <dependency>
             <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-cdi-plugin</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.struts</groupId>
             <artifactId>struts2-codebehind-plugin</artifactId>
         </dependency>
 


Reply via email to