Skip to content

Commit

Permalink
[FLINK-34127] Upgrade to flink-connector-parent 1.1.0 to exclude runn…
Browse files Browse the repository at this point in the history
…ing nested unit tests
  • Loading branch information
mas-chen committed Apr 26, 2024
1 parent 369e7be commit 62f9e6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-parent</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -86,6 +86,9 @@ under the License.
of entries in the form '[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
<flink.connector.module.config/>
<flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m -XX:+IgnoreUnrecognizedVMOptions ${flink.connector.module.config}</flink.surefire.baseArgLine>
<!-- exclude nested tests to avoid executing them twice since the outer class will execute
them -->
<additionalExcludes>**/*$*</additionalExcludes>
</properties>

<dependencies>
Expand Down

0 comments on commit 62f9e6e

Please sign in to comment.