blob: 162ae0fdab7afc2a19a228e77c9e75e8b2e43fd6 [file] [log] [blame]
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>guice-struts2-plugin</artifactId>
<packaging>jar</packaging>
<name>Google Guice - Extension: Struts2 Plugin</name>
<description>Guice integration with Struts2 as a plugin</description>
<!-- Note: this pom is for dependency management only. It will not build the project -->
<dependencies>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>xwork</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.0.5</version>
</dependency>
</dependencies>
</project>