You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/12/16 12:10:32 UTC

[brooklyn-library] branch master updated: exclude junit when testing zookeeper

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-library.git


The following commit(s) were added to refs/heads/master by this push:
     new be62e49  exclude junit when testing zookeeper
be62e49 is described below

commit be62e49df8746736d65d3b5823ebf1f01e3c13c0
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Thu Dec 16 12:09:44 2021 +0000

    exclude junit when testing zookeeper
    
    it's a different version when we experiment with other version bumps, but isn't needed;
    prevents dependency violations during builds in some cases
---
 software/messaging/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/software/messaging/pom.xml b/software/messaging/pom.xml
index 8de19f1..bab0942 100644
--- a/software/messaging/pom.xml
+++ b/software/messaging/pom.xml
@@ -272,6 +272,10 @@
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>