NO-JIRA: correct JUnit 4 license note, it was changed to EPL 1.0 in 2013

This commit is contained in:
Robbie Gemmell 2022-05-04 13:30:09 +01:00
parent 8786bc9e5e
commit dc5143502d
1 changed files with 2 additions and 2 deletions

View File

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