This is an automated email from the ASF dual-hosted git repository. jiabaosun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git
commit 0dc2640922b3dd2d0ea8565d1bf6606b5d715b0b Author: gongzhongqiang <[email protected]> AuthorDate: Fri Mar 29 10:21:25 2024 +0800 [FLINK-34958][connectors/mongodb] Bump flink-connector-parent version to 1.1.0 and remove mockito --- pom.xml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index b7d7c71..dfbe3db 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,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> <groupId>org.apache.flink</groupId> @@ -59,7 +59,6 @@ under the License. <junit5.version>5.8.1</junit5.version> <assertj.version>3.21.0</assertj.version> <testcontainers.version>1.17.2</testcontainers.version> - <mockito.version>3.4.6</mockito.version> <japicmp.skip>false</japicmp.skip> <japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion> @@ -110,20 +109,6 @@ under the License. <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-inline</artifactId> - <type>jar</type> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <type>jar</type> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> @@ -265,22 +250,6 @@ under the License. <scope>import</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-inline</artifactId> - <version>${mockito.version}</version> - <type>jar</type> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <version>${mockito.version}</version> - <type>jar</type> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId>
