This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit daeeca0918e875ac8d2d99ef9e692f6f19d146a6 Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Jun 26 21:45:37 2016 +0200 refs #3954: Update struts --- nuiton-security/pom.xml | 4 ---- nuiton-struts2/pom.xml | 5 ----- pom.xml | 14 +------------- 3 files changed, 1 insertion(+), 22 deletions(-) diff --git a/nuiton-security/pom.xml b/nuiton-security/pom.xml index 6cfb24d..0fcd46b 100644 --- a/nuiton-security/pom.xml +++ b/nuiton-security/pom.xml @@ -58,10 +58,6 @@ <artifactId>struts2-core</artifactId> </dependency> <dependency> - <groupId>org.apache.struts.xwork</groupId> - <artifactId>xwork-core</artifactId> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> diff --git a/nuiton-struts2/pom.xml b/nuiton-struts2/pom.xml index d4bf377..96d18a7 100644 --- a/nuiton-struts2/pom.xml +++ b/nuiton-struts2/pom.xml @@ -47,11 +47,6 @@ </dependency> <dependency> - <groupId>org.apache.struts.xwork</groupId> - <artifactId>xwork-core</artifactId> - </dependency> - - <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index 81dae3b..216790b 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ License along with this program. If not, see <gwtPluginVersion>2.2.0</gwtPluginVersion> <!-- Strust 2 --> - <struts2Version>2.3.29</struts2Version> + <struts2Version>2.5.1</struts2Version> <shiroVersion>1.2.5</shiroVersion> <servletApiVersion>3.0.1</servletApiVersion> @@ -346,18 +346,6 @@ License along with this program. If not, see <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.struts.xwork</groupId> - <artifactId>xwork-core</artifactId> - <version>${struts2Version}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - </exclusion> - </exclusions> - </dependency> - <!-- Shiro --> <dependency> <groupId>org.apache.shiro</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.