Set struts2 version to latest 2.5 SNAPSHOT build

Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/c9179278
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/c9179278
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/c9179278

Branch: refs/heads/master
Commit: c917927879cb0097cfa3db68b78fa534d81e7e14
Parents: e613390
Author: Johannes Geppert <jo...@apache.org>
Authored: Thu Jun 11 21:16:14 2015 +0200
Committer: Johannes Geppert <jo...@apache.org>
Committed: Thu Jun 11 21:16:14 2015 +0200

----------------------------------------------------------------------
 blank/pom.xml      | 14 ++++++++++++++
 mailreader/pom.xml |  7 +++++++
 pom.xml            | 10 +++++++++-
 3 files changed, 30 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/c9179278/blank/pom.xml
----------------------------------------------------------------------
diff --git a/blank/pom.xml b/blank/pom.xml
index 59395ab..0f51076 100644
--- a/blank/pom.xml
+++ b/blank/pom.xml
@@ -35,6 +35,20 @@
 
     <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>
+            <version>2.0</version>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Logging -->
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/c9179278/mailreader/pom.xml
----------------------------------------------------------------------
diff --git a/mailreader/pom.xml b/mailreader/pom.xml
index d0ac580..743bcaf 100644
--- a/mailreader/pom.xml
+++ b/mailreader/pom.xml
@@ -36,6 +36,13 @@
     <dependencies>
 
         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts-mailreader-dao</artifactId>
            <version>1.3.5</version>

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/c9179278/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8d1c247..2e355a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <struts2.version>2.3.20</struts2.version>
+        <struts2.version>2.3.25-SNAPSHOT</struts2.version>
         <log4j.version>1.2.17</log4j.version>
         <log4j2.version>2.3</log4j2.version>
     </properties>
@@ -31,6 +31,14 @@
         </developer>
     </developers>
 
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>ASF Maven 2 Snapshot</name>
+            <url>https://repository.apache.org/content/groups/snapshots/</url>
+        </repository>
+    </repositories>
+
     <modules>
         <module>basic_struts</module>
         <module>blank</module>

Reply via email to