WW-4513 Move mailreader app to struts2-examples
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/e613390b Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/e613390b Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/e613390b Branch: refs/heads/master Commit: e613390bcbd7323854b879abd7bb91ae3b372a01 Parents: 79f53a0 Author: Johannes Geppert <jo...@apache.org> Authored: Thu Jun 11 21:06:07 2015 +0200 Committer: Johannes Geppert <jo...@apache.org> Committed: Thu Jun 11 21:06:07 2015 +0200 ---------------------------------------------------------------------- mailreader/pom.xml | 14 ++++---------- pom.xml | 1 + 2 files changed, 5 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/e613390b/mailreader/pom.xml ---------------------------------------------------------------------- diff --git a/mailreader/pom.xml b/mailreader/pom.xml index 0965639..d0ac580 100644 --- a/mailreader/pom.xml +++ b/mailreader/pom.xml @@ -24,9 +24,9 @@ <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>org.apache.struts</groupId> - <artifactId>struts2-apps</artifactId> - <version>2.5-SNAPSHOT</version> + <groupId>struts.apache.org</groupId> + <artifactId>struts2examples</artifactId> + <version>1.0.0</version> </parent> <artifactId>struts2-mailreader</artifactId> @@ -36,13 +36,7 @@ <dependencies> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> + <groupId>org.apache.struts</groupId> <artifactId>struts-mailreader-dao</artifactId> <version>1.3.5</version> </dependency> http://git-wip-us.apache.org/repos/asf/struts-examples/blob/e613390b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b53b020..8d1c247 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ <module>basic_struts</module> <module>blank</module> <module>jboss-blank</module> + <module>mailreader</module> <module>helloworld</module> <module>using_tags</module> <module>coding_actions</module>