alien11689 commented on code in PR #297:
URL: https://github.com/apache/aries/pull/297#discussion_r1868273049
##########
jmx/jmx-bundle/pom.xml:
##########
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.parent</artifactId>
- <version>1.1.6-SNAPSHOT</version>
+ <version>1.1.5</version>
Review Comment:
The parent artifact has its parent updated (by you in #295 ) and I tested it
during creation of workflows.
My goal is to prepare green workflows before making any changes, so the
solution may not be perfect but... it works :)
Without changing the version here to the last published version there are
test errors in itest:
```
java.lang.ClassNotFoundException: org.osgi.jmx.framework.*
```
I wrote about the root reason in
https://github.com/apache/aries/pull/296#discussion_r1863781179
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]