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
This commit is contained in:
Robbie Gemmell 2023-01-30 15:01:21 +00:00
parent 4785995f58
commit 3908dfc055
1 changed files with 1 additions and 2 deletions

View File

@ -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>