branch develop updated (9c90026 -> fda607b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from 9c90026 fixes #1331: Remove dependency on jna-platform new fda607b Exlude some unused transitive dependencies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit fda607bd43ae98832ef0a27e90c91659f77a0d91 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 29 15:37:52 2016 +0100 Exlude some unused transitive dependencies Summary of changes: pom.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm