You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/03 17:10:16 UTC

[flink] 03/06: [hotfix][ES2] Set findbugs to provided

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

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

commit da57ce78a7aa66ba8446266f3938111a9ff4c411
Author: zentol <ch...@apache.org>
AuthorDate: Tue Dec 11 13:25:24 2018 +0100

    [hotfix][ES2] Set findbugs to provided
---
 flink-connectors/flink-connector-elasticsearch2/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/flink-connectors/flink-connector-elasticsearch2/pom.xml b/flink-connectors/flink-connector-elasticsearch2/pom.xml
index f15a354..756abd4 100644
--- a/flink-connectors/flink-connector-elasticsearch2/pom.xml
+++ b/flink-connectors/flink-connector-elasticsearch2/pom.xml
@@ -45,6 +45,12 @@ under the License.
 		<!-- core dependencies -->
 
 		<dependency>
+			<groupId>com.google.code.findbugs</groupId>
+			<artifactId>jsr305</artifactId>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
 			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
 			<version>${project.version}</version>