This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new dc5143502d NO-JIRA: correct JUnit 4 license note, it was changed to
EPL 1.0 in 2013
dc5143502d is described below
commit dc5143502d1a7694366561c4278c77fa6e5ac977
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed May 4 13:30:09 2022 +0100
NO-JIRA: correct JUnit 4 license note, it was changed to EPL 1.0 in 2013
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3093d7b536..b4ce1c9805 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,13 +296,13 @@
<dependencyManagement>
<dependencies>
- <!-- ## Test Dependencies ## Note: Junit is required in certain
module tests. We should control versions from here. -->
+ <!-- ## Test Dependencies ## -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
- <!-- License: CPL 1.0 -->
+ <!-- License: EPL 1.0 -->
</dependency>
<dependency>
<groupId>org.easymock</groupId>