Skip to content

Commit 2566dab

Browse files
committed
[FLINK-34127] Upgrade to flink-connector-parent 1.1.0 to exclude running nested unit tests
1 parent 369e7be commit 2566dab

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

pom.xml

+12-9
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.flink</groupId>
2424
<artifactId>flink-connector-parent</artifactId>
25-
<version>1.0.0</version>
25+
<version>1.1.0</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>
@@ -70,7 +70,7 @@ under the License.
7070
<scala-library.version>2.12.7</scala-library.version>
7171
<snappy-java.version>1.1.10.5</snappy-java.version>
7272
<avro.version>1.11.3</avro.version>
73-
<guava.version>32.1.2-jre</guava.version>
73+
<guava.version>32.1.2-jre</guava.version>
7474

7575
<japicmp.skip>false</japicmp.skip>
7676
<japicmp.referenceVersion>1.17.0</japicmp.referenceVersion>
@@ -86,6 +86,9 @@ under the License.
8686
of entries in the form '[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
8787
<flink.connector.module.config/>
8888
<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>
8992
</properties>
9093

9194
<dependencies>
@@ -99,12 +102,12 @@ under the License.
99102
<artifactId>jackson-databind</artifactId>
100103
</dependency>
101104
<dependency>
102-
<!-- Java 8 Date/time -->
105+
<!-- Java 8 Date/time -->
103106
<groupId>com.fasterxml.jackson.datatype</groupId>
104107
<artifactId>jackson-datatype-jsr310</artifactId>
105108
</dependency>
106109
<dependency>
107-
<!-- Java 8 Datatypes -->
110+
<!-- Java 8 Datatypes -->
108111
<groupId>com.fasterxml.jackson.datatype</groupId>
109112
<artifactId>jackson-datatype-jdk8</artifactId>
110113
</dependency>
@@ -272,11 +275,11 @@ under the License.
272275
<version>3.3.2</version>
273276
</dependency>
274277

275-
<dependency>
276-
<groupId>com.google.guava</groupId>
277-
<artifactId>guava</artifactId>
278-
<version>${guava.version}</version>
279-
</dependency>
278+
<dependency>
279+
<groupId>com.google.guava</groupId>
280+
<artifactId>guava</artifactId>
281+
<version>${guava.version}</version>
282+
</dependency>
280283

281284
<!-- Flink dependencies -->
282285
<dependency>

0 commit comments

Comments
 (0)