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 3908dfc055 ARTEMIS-2876: re-fix JUnit 4 license note (it was changed
to EPL 1.0 in 2013)
3908dfc055 is described below
commit 3908dfc0559b39f2b64848fab84147cd7380e4e8
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Jan 30 15:01:21 2023 +0000
ARTEMIS-2876: re-fix JUnit 4 license note (it was changed to EPL 1.0 in
2013)
earlier fixup undone by later commit to junit test modules
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2dd0cd9bec..77e4dbbfea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,13 +309,12 @@
<!-- Eclipse Public License - v 2.0 -->
</dependency>
- <!-- ## Test Dependencies ## Note: Junit 4 is required in certain
module tests. We should control versions from here. -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
- <!-- License: CPL 1.0 -->
+ <!-- License: EPL 1.0 -->
</dependency>
<dependency>