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:
parent
4785995f58
commit
3908dfc055
3
pom.xml
3
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>
|
||||
|
|
Loading…
Reference in New Issue