This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit fda607bd43ae98832ef0a27e90c91659f77a0d91 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 29 15:37:52 2016 +0100 Exlude some unused transitive dependencies --- pom.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 71058f0..44cabce 100644 --- a/pom.xml +++ b/pom.xml @@ -259,18 +259,10 @@ <artifactId>commons-primitives</artifactId> </exclusion> <exclusion> - <groupId>commons-jxpath</groupId> - <artifactId>commons-jxpath</artifactId> - </exclusion> - <exclusion> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </exclusion> <exclusion> - <artifactId>commons-vfs2</artifactId> - <groupId>org.apache.commons</groupId> - </exclusion> - <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> @@ -293,6 +285,16 @@ <artifactId>swingx-core</artifactId> <version>1.6.5-1</version> <scope>compile</scope> + <exclusions> + <exclusion> + <artifactId>swingx-autocomplete</artifactId> + <groupId>org.swinglabs.swingx</groupId> + </exclusion> + <exclusion> + <artifactId>swingx-graphics</artifactId> + <groupId>org.swinglabs.swingx</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> @@ -321,6 +323,12 @@ <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>junit</artifactId> + <groupId>junit</groupId> + </exclusion> + </exclusions> </dependency> <!-- commons-xxx lib --> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.