Author: bphillips Date: Fri Jun 28 21:46:04 2013 New Revision: 1497940 URL: http://svn.apache.org/r1497940 Log: Added Struts 2 and log4j dependencies
Modified: struts/sandbox/trunk/struts2examples/pom.xml Modified: struts/sandbox/trunk/struts2examples/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/pom.xml?rev=1497940&r1=1497939&r2=1497940&view=diff ============================================================================== --- struts/sandbox/trunk/struts2examples/pom.xml (original) +++ struts/sandbox/trunk/struts2examples/pom.xml Fri Jun 28 21:46:04 2013 @@ -33,4 +33,20 @@ <module>basic_struts</module> <module>helloworld</module> </modules> + + <dependencies> + + <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-core</artifactId> + <version>${struts2.version}</version> + </dependency> + + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>${log4j.version}</version> + </dependency> + + </dependencies> </project> \ No newline at end of file