Skip to content

Commit

Permalink
[hotfix] Exclude META-INF/services/org.junit.jupiter.api.extension.Ex…
Browse files Browse the repository at this point in the history
…tension for flink-runtime as it still used by JUnit4 modules.
  • Loading branch information
reswqa committed May 25, 2023
1 parent a828e23 commit b60973d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,12 @@ under the License.
<goals>
<goal>test-jar</goal>
</goals>
<configuration>
<excludes>
<!-- test-jar is still used by JUnit4 modules -->
<exclude>META-INF/services/org.junit.jupiter.api.extension.Extension</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit b60973d

Please sign in to comment.