Skip to content

Commit

Permalink
ARTEMIS-2876: re-fix JUnit 4 license note (it was changed to EPL 1.0 …
Browse files Browse the repository at this point in the history
…in 2013)

earlier fixup  undone by later commit to junit test modules
  • Loading branch information
gemmellr committed Jan 30, 2023
1 parent 4785995 commit 3908dfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3908dfc

Please sign in to comment.