[sikuli] 135/385: bridj included artifact com.google.android.tools:dx, which included some old junit, which caused problems in classpath. Removed this artifact.

Gilles Filippini pini at moszumanska.debian.org
Sun Jun 29 19:26:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.

commit 0f184dc087ccc67bda1c141c5594e6a276898c7b
Author: Ireneusz Matysiewicz <iirekm at gmail.com>
Date:   Tue Jan 7 15:07:46 2014 +0100

    bridj included artifact com.google.android.tools:dx, which included some old junit, which caused problems in classpath. Removed this artifact.
---
 Basics/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Basics/pom.xml b/Basics/pom.xml
index c319e28..667d01e 100755
--- a/Basics/pom.xml
+++ b/Basics/pom.xml
@@ -48,6 +48,13 @@
             <groupId>com.nativelibs4java</groupId>
             <artifactId>bridj</artifactId>
             <version>0.6.2</version>
+            <exclusions>
+                <!-- exclude this artifact - it includes old junit, which causes problems in classpath -->
+                <exclusion>
+                    <groupId>com.google.android.tools</groupId>
+                    <artifactId>dx</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git



More information about the pkg-java-commits mailing list