Emmanuel Bourg pushed to branch master at Debian Java Maintainers / metro-policy
Commits: 4113efa3 by Emmanuel Bourg at 2018-11-02T13:58:49Z Removed the dependency on libactivation-java - - - - - 4 changed files: - debian/changelog - debian/control - − debian/patches/01-activation-dependency.patch - − debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +metro-policy (2.7.2-3) unstable; urgency=medium + + * Removed the dependency on libactivation-java + + -- Emmanuel Bourg <[email protected]> Fri, 02 Nov 2018 14:58:40 +0100 + metro-policy (2.7.2-2) unstable; urgency=medium * Fixed the build failure with Java 11 (Closes: #912357) ===================================== debian/control ===================================== @@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 11~), default-jdk, junit, - libactivation-java, libistack-commons-java, libmaven-bundle-plugin-java, libtxw2-java, ===================================== debian/patches/01-activation-dependency.patch deleted ===================================== @@ -1,18 +0,0 @@ -Description: Adds the dependency on the Activation Framework to fix the build failure with Java 11. - This patch can be removed after upgrading to the version 2.7.4 or higher. -Author: Emmanuel Bourg <[email protected]> -Forwarded: not-needed ---- a/pom.xml -+++ b/pom.xml -@@ -104,6 +104,11 @@ - <scope>runtime</scope> - </dependency> - <dependency> -+ <groupId>com.sun.activation</groupId> -+ <artifactId>javax.activation</artifactId> -+ <version>1.2.0</version> -+ </dependency> -+ <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> ===================================== debian/patches/series deleted ===================================== @@ -1 +0,0 @@ -01-activation-dependency.patch View it on GitLab: https://salsa.debian.org/java-team/metro-policy/commit/4113efa39eb22d5d410ececbdc1b0decd27ec7a9 -- View it on GitLab: https://salsa.debian.org/java-team/metro-policy/commit/4113efa39eb22d5d410ececbdc1b0decd27ec7a9 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

