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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue