[Git][java-team/activemq][master] 2 commits: Removing the patch about missing Maven artifact as libxstream-java now...
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Tue Oct 8 22:08:37 BST 2024
Pierre Gruet pushed to branch master at Debian Java Maintainers / activemq
Commits:
d1beae05 by Pierre Gruet at 2024-10-08T21:33:53+02:00
Removing the patch about missing Maven artifact as libxstream-java now properly declares the classpath of its jar
- - - - -
3d9d960a by Pierre Gruet at 2024-10-08T21:34:53+02:00
Updating changelog
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/patches/mising-dependency-in-stomp-pom.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+activemq (5.17.6+dfsg-2) UNRELEASED; urgency=medium
+
+ * Team upload
+ * Removing the patch about missing Maven artifact as libxstream-java now
+ properly declares the classpath of its jar
+
+ -- Pierre Gruet <pgt at debian.org> Tue, 08 Oct 2024 21:34:03 +0200
+
activemq (5.17.6+dfsg-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -67,7 +67,7 @@ Build-Depends:
libxalan2-java,
libxbean-java (>= 3.7),
libxpp3-java,
- libxstream-java (>= 1.4),
+ libxstream-java (>= 1.4.20-2),
libzookeeper-java,
maven-debian-helper
Standards-Version: 4.6.1
=====================================
debian/patches/mising-dependency-in-stomp-pom.patch deleted
=====================================
@@ -1,19 +0,0 @@
-Description: the pom file in activemq-stomp misses the xpp3:xpp3 dependency
-Author: Pierre Gruet <pgt at debian.org>
-Forwarded: no
-Last-Update: 2022-06-27
-
---- a/activemq-stomp/pom.xml
-+++ b/activemq-stomp/pom.xml
-@@ -40,6 +40,11 @@
- <artifactId>activemq-broker</artifactId>
- </dependency>
-
-+ <dependency>
-+ <groupId>xpp3</groupId>
-+ <artifactId>xpp3</artifactId>
-+ </dependency>
-+
- <!-- =============================== -->
- <!-- Optional Dependencies -->
- <!-- =============================== -->
=====================================
debian/patches/series
=====================================
@@ -4,4 +4,3 @@ activemq-client-jar.patch
disable-broker-test-dependency.patch
java11.patch
enable-activemq-jdbc-store-module.patch
-mising-dependency-in-stomp-pom.patch
View it on GitLab: https://salsa.debian.org/java-team/activemq/-/compare/e90d248a782533d79b339fcac350fe682899d22b...3d9d960aee89e6e61f118b1f639411bfa5617b48
--
View it on GitLab: https://salsa.debian.org/java-team/activemq/-/compare/e90d248a782533d79b339fcac350fe682899d22b...3d9d960aee89e6e61f118b1f639411bfa5617b48
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20241008/9aab64d4/attachment.htm>
More information about the pkg-java-commits
mailing list