pom.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>org.acegisecurity</groupId>
  5. <artifactId>acegi-security-sandbox</artifactId>
  6. <version>1.0.6-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>acegi-security-webwork</artifactId>
  9. <name>Acegi Security System for Spring - Webwork support</name>
  10. <description>Acegi Security System for Spring - Support for WebWork 2</description>
  11. <version>0.3-SNAPSHOT</version>
  12. <scm>
  13. <connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/sandbox/webwork</connection>
  14. <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity/sandbox/webwork</developerConnection>
  15. <url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/sandbox/webwork/</url>
  16. </scm>
  17. <dependencies>
  18. <dependency>
  19. <groupId>opensymphony</groupId>
  20. <artifactId>webwork</artifactId>
  21. <version>2.2.3</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>javax.servlet</groupId>
  25. <artifactId>servlet-api</artifactId>
  26. <version>2.4</version>
  27. <scope>provided</scope>
  28. </dependency>
  29. </dependencies>
  30. </project>