WW-4511 Move struts2 blank app to struts2-examples - adjust pom.xml to new structure
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/f1f0789b Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/f1f0789b Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/f1f0789b Branch: refs/heads/master Commit: f1f0789b81ee133fa8dc71a706053165ee23bf84 Parents: 3a85c43 Author: Johannes Geppert <jo...@apache.org> Authored: Thu Jun 11 20:58:07 2015 +0200 Committer: Johannes Geppert <jo...@apache.org> Committed: Thu Jun 11 20:58:07 2015 +0200 ---------------------------------------------------------------------- blank/pom.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/f1f0789b/blank/pom.xml ---------------------------------------------------------------------- diff --git a/blank/pom.xml b/blank/pom.xml index f6b2f17..59395ab 100644 --- a/blank/pom.xml +++ b/blank/pom.xml @@ -35,19 +35,6 @@ <dependencies> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> - <version>3.1.0</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - <scope>provided</scope> - </dependency> - <!-- Logging --> <dependency> <groupId>org.apache.logging.log4j</groupId> @@ -56,8 +43,9 @@ </dependency> <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.struts</groupId> <artifactId>struts2-junit-plugin</artifactId> + <version>${struts2.version}</version> <scope>test</scope> </dependency> </dependencies>