This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch master in repository jenkins.
commit 48014c4ffb8b40edb6d23c448c9678dd83fae77c Author: James Page <[email protected]> Date: Mon Aug 12 21:10:55 2013 +0100 Exclude asm4 dependencies which cause classloading issues --- ...2-Exclude-asm-dependencies-from-jnr-posix.patch | 28 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 29 insertions(+) diff --git a/debian/patches/0022-Exclude-asm-dependencies-from-jnr-posix.patch b/debian/patches/0022-Exclude-asm-dependencies-from-jnr-posix.patch new file mode 100644 index 0000000..0554b8d --- /dev/null +++ b/debian/patches/0022-Exclude-asm-dependencies-from-jnr-posix.patch @@ -0,0 +1,28 @@ +From: James Page <[email protected]> +Date: Mon, 12 Aug 2013 21:08:43 +0100 +Subject: Exclude asm dependencies from jnr-posix + +This pulls in asm4 which creates class loading issues. +--- + core/pom.xml | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/core/pom.xml b/core/pom.xml +index dc325b4..e366b72 100644 +--- a/core/pom.xml ++++ b/core/pom.xml +@@ -116,6 +116,14 @@ THE SOFTWARE. + <groupId>org.jruby.ext.posix</groupId> + <artifactId>jna-posix</artifactId> + <version>1.0.3</version> ++ <exclusion> ++ <groupId>org.ow2.asm</groupId> ++ <artifactId>asm</artifactId> ++ </exclusion> ++ <exclusion> ++ <groupId>org.ow2.asm</groupId> ++ <artifactId>asm-commons</artifactId> ++ </exclusion> + </dependency> + <dependency> + <groupId>org.jruby.extras</groupId> diff --git a/debian/patches/series b/debian/patches/series index 432ad8a..2c5e474 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -19,3 +19,4 @@ build/0018-fileupload-compat.patch build/0019-io-compat.pach.patch 0020-Drop-use-of-gitsite-extension.patch 0021-Compatibility-patch-for-guava-0.14.patch +0022-Exclude-asm-dependencies-from-jnr-posix.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

