- Package:
- libactivemq-java
- Source:
- activemq
- Submitter:
- Yadickson Soto
- Date:
- 2022-07-01 15:21:05 UTC
- Severity:
- normal
- Tags:
Hi, There is a problem if try build a test application with maven Missing: ---------- 1) org.apache.activemq.protobuf:activemq-protobuf:jar:debian ... I install the libactivemq-protobuf-java package, but there is other problem Missing: ---------- 1) org.osgi:org.osgi.core:jar:debian ... I intall the libosgi-core-java packages and all is fine Best regards
Control: tags -1 confirmed Control: fixed -1 5.13.2+dfsg-1 Hello, thank you for the report. You are right that libactivemq-protobuf-java should be a dependency of libactivemq-java. This is fixed in the latest version in Stretch and Sid (5.13.2+dfsg-1). libosgi-core-java is an optional dependency (provided in Maven terms). It is recommended in the latest version but not in Jessie. I'm not sure if it is worth to fix this issue with a point update since a workaround exists but I would recommend to either install the missing dependencies as you did or to use version 5.13.2+dfsg-1. Regards, Markus
thanks, for now, I'm installing the missing dependencies. Only report the bug for jessie. The osgi-core isn't optional in pom file now, but if you say the problem is fixed in new version, is fine for me. best regards
Hi, The bug is fixed in all the package versions from oldstable to unstable, thus closing. Best,