You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2019/09/19 14:00:38 UTC

[flink] 01/02: [hotfix][build] Use parent's maven-surefire-plugin version in elasticsearch6 connector

This is an automated email from the ASF dual-hosted git repository.

gary pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 0c209df8d91872426eb30cbc24c0f6606d861162
Author: zhuzhu.zz <zh...@alibaba-inc.com>
AuthorDate: Thu Sep 12 11:18:58 2019 +0800

    [hotfix][build] Use parent's maven-surefire-plugin version in elasticsearch6 connector
---
 flink-connectors/flink-connector-elasticsearch6/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-connectors/flink-connector-elasticsearch6/pom.xml b/flink-connectors/flink-connector-elasticsearch6/pom.xml
index 13bc815..cc0bbf2 100644
--- a/flink-connectors/flink-connector-elasticsearch6/pom.xml
+++ b/flink-connectors/flink-connector-elasticsearch6/pom.xml
@@ -195,7 +195,6 @@ under the License.
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.12.2</version>
 				<configuration>
 					<systemPropertyVariables>
 						<jna.nosys>true</jna.nosys>