jbertram commented on code in PR #5533:
URL: https://github.com/apache/activemq-artemis/pull/5533#discussion_r1974046418


##########
artemis-commons/pom.xml:
##########
@@ -83,6 +83,10 @@
          <groupId>commons-beanutils</groupId>
          <artifactId>commons-beanutils</artifactId>
       </dependency>
+      <dependency>
+         <groupId>org.apache.activemq</groupId>
+         <artifactId>artemis-boot</artifactId>

Review Comment:
   I just did a quick POC moving 
`org.apache.activemq.artemis.utils.SpawnedVMSupport` from `artemis-commons` to 
`artemis-unit-test-support` and everything looks good. Can you incorporate that 
change into your PR and then remove the new dependency from `artemis-commons` 
and add it to `artemis-unit-test-support` instead?



-- 
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: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to