NO-JIRA: correct JUnit 4 license note, it was changed to EPL 1.0 in 2013
This commit is contained in:
parent
8786bc9e5e
commit
dc5143502d
4
pom.xml
4
pom.xml
|
@ -296,13 +296,13 @@
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- ## Test Dependencies ## Note: Junit is required in certain module tests. We should control versions from here. -->
|
<!-- ## Test Dependencies ## -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>${junit.version}</version>
|
<version>${junit.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<!-- License: CPL 1.0 -->
|
<!-- License: EPL 1.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.easymock</groupId>
|
<groupId>org.easymock</groupId>
|
||||||
|
|
Loading…
Reference in New Issue