This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git


The following commit(s) were added to refs/heads/development by this push:
     new fd531888 ARTEMIS-5591: remove test deps from the additional broker libs
fd531888 is described below

commit fd531888654969cc95d03ef6a2b6166fc5ac16ee
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Oct 8 13:04:41 2025 +0100

    ARTEMIS-5591: remove test deps from the additional broker libs
    
    The test is part of the module and its deps are handled by maven.
    The broker later started does not need the test deps.
---
 examples/features/standard/opentelemetry/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/examples/features/standard/opentelemetry/pom.xml 
b/examples/features/standard/opentelemetry/pom.xml
index 29cf34eb..ab3af776 100644
--- a/examples/features/standard/opentelemetry/pom.xml
+++ b/examples/features/standard/opentelemetry/pom.xml
@@ -139,9 +139,6 @@ under the License.
                         
<arg>io.opentelemetry:opentelemetry-exporter-zipkin:${opentelemetry.version}</arg>
                         
<arg>io.opentelemetry:opentelemetry-sdk:${opentelemetry.version}</arg>
                         
<arg>io.opentelemetry:opentelemetry-sdk-testing:${opentelemetry.version}</arg>
-                        <arg>junit:junit:${junit.version}</arg>
-                        <arg>org.assertj:assertj-core:3.22.0</arg>
-                        <arg>org.mockito:mockito-core:${mockito.version}</arg>
                      </libListWithDeps>
                      <ignore>${noServer}</ignore>
                   </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to