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 3bb48f0b96d58012810a54e06a27668142b21c23 Author: Maven Release <maven-release@codelutin.com> Date: Sun Feb 28 17:52:26 2016 +0100 optimize dependencies --- jrst-site-util/pom.xml | 5 +++++ pom.xml | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/jrst-site-util/pom.xml b/jrst-site-util/pom.xml index f71f583..746f7a1 100644 --- a/jrst-site-util/pom.xml +++ b/jrst-site-util/pom.xml @@ -136,6 +136,11 @@ </dependency> <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + </dependency> + + <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <!--<scope>runtime</scope>--> diff --git a/pom.xml b/pom.xml index 74dad24..bca7210 100644 --- a/pom.xml +++ b/pom.xml @@ -418,6 +418,13 @@ </dependency> <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + <version>0.3.2</version> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> <version>2.7.0</version> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.