You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/05/11 13:50:59 UTC

[activemq-artemis] 14/23: fix junit licence note again

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

clebertsuconic pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 7f9c07a496f99f57b086c6c5d0257e201b16aa6d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon May 9 11:01:07 2022 +0100

    fix junit licence note again
---
 artemis-log-processor/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/artemis-log-processor/pom.xml b/artemis-log-processor/pom.xml
index aa22db6191..7976f143c6 100644
--- a/artemis-log-processor/pom.xml
+++ b/artemis-log-processor/pom.xml
@@ -48,8 +48,7 @@
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>
-         <!-- License: CPL 1.0 -->
-         <!-- There are newer versions of the JUnit but they break our tests -->
+         <!-- License: EPL 1.0 -->
       </dependency>
    </dependencies>