Skip to content

Commit

Permalink
fixed junit version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Sep 5, 2024
1 parent 0a99dfe commit f70fad1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nalu-plugin-elemento/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,22 @@
<artifactId>jsinterop-annotations</artifactId>
<groupId>com.google.jsinterop</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-api</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-engine</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-params</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- gwt-events: once it is on maven central, use it!
Expand Down

0 comments on commit f70fad1

Please sign in to comment.