This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See http://git.nuiton.org/jrst.git commit 2ecd3a327b87b8818057787e950ac22379c56163 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Feb 10 18:45:34 2016 +0100 refs #3875: Update velocity --- jrst-site-util/pom.xml | 6 ------ pom.xml | 20 +++++++++----------- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/jrst-site-util/pom.xml b/jrst-site-util/pom.xml index f19fa43..7ea79b1 100644 --- a/jrst-site-util/pom.xml +++ b/jrst-site-util/pom.xml @@ -163,12 +163,6 @@ </dependency> <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index d94e77b..4f35ade 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ <doxiaSitetoolsVersion>1.6</doxiaSitetoolsVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <xalanVersion>2.7.1</xalanVersion> - <jaxxVersion>2.13</jaxxVersion> + <jaxxVersion>2.28.2</jaxxVersion> <mavenVersion>2.2.1</mavenVersion> <!-- site configuration --> @@ -144,14 +144,14 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-8</version> + <version>3.0-rc-11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> - <version>3.0-rc-2</version> + <version>3.0-rc-3</version> <scope>compile</scope> </dependency> @@ -387,12 +387,6 @@ </dependency> <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.5</version> - </dependency> - - <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> <version>1.1.8</version> @@ -401,6 +395,10 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-api</artifactId> </exclusion> + <exclusion> + <groupId>velocity</groupId> + <artifactId>velocity</artifactId> + </exclusion> </exclusions> </dependency> @@ -439,7 +437,7 @@ <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> - <version>2.5.3</version> + <version>2.7.0</version> </dependency> <!-- itext --> @@ -491,7 +489,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.