File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ under the License.
22
22
<parent >
23
23
<groupId >org.apache.flink</groupId >
24
24
<artifactId >flink-connector-parent</artifactId >
25
- <version >1.0 .0</version >
25
+ <version >1.1 .0</version >
26
26
</parent >
27
27
28
28
<modelVersion >4.0.0</modelVersion >
@@ -86,6 +86,9 @@ under the License.
86
86
of entries in the form '[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
87
87
<flink .connector.module.config/>
88
88
<flink .surefire.baseArgLine>-XX:+UseG1GC -Xms256m -XX:+IgnoreUnrecognizedVMOptions ${flink.connector.module.config} </flink .surefire.baseArgLine>
89
+ <!-- exclude nested tests to avoid executing them twice since the outer class will execute
90
+ them -->
91
+ <additionalExcludes >**/*$*</additionalExcludes >
89
92
</properties >
90
93
91
94
<dependencies >
You can’t perform that action at this time.
0 commit comments