Skip to content

Commit

Permalink
This is not needed for surefire anymore, remove version for simple match
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 8, 2024
1 parent 9395ce6 commit ae2eb5c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<!-- Used in tests only -->
<exclude>org.junit.jupiter:junit-jupiter-api</exclude>
<exclude>org.junit.platform:junit-platform-commons</exclude>
<exclude>org.apache.felix:org.apache.felix.framework:jar:7.0.5</exclude>
<exclude>org.apache.felix:org.apache.felix.framework</exclude>
</excludes>
</enforceBytecodeVersion>
<requireMavenVersion>
Expand Down Expand Up @@ -207,19 +207,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
</dependency>
<!-- some tests leverage JUnit3 still -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.10.2</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit ae2eb5c

Please sign in to comment.