[maven] [quickfix] Don't exclude Zookeeper in flink-streaming-connectors

Running package locally resulted in the following error:

[ERROR] Failed to execute goal ... on project flink-streaming-connectors: 
Compilation failure
[ERROR] .../KafkaTopicUtils.java:[57,25] cannot access 
org.apache.zookeeper.Watcher
[ERROR] class file for org.apache.zookeeper.Watcher not found

Mysteriously, this does not happen on Travis.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4363f988
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4363f988
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/4363f988

Branch: refs/heads/release-0.9.0-milestone-1
Commit: 4363f9884e83f610c33283140adf2a4efb836372
Parents: 52ebb29
Author: Ufuk Celebi <u...@apache.org>
Authored: Tue Apr 7 17:33:23 2015 +0200
Committer: Ufuk Celebi <u...@apache.org>
Committed: Tue Apr 7 17:56:44 2015 +0200

----------------------------------------------------------------------
 flink-staging/flink-streaming/flink-streaming-connectors/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/4363f988/flink-staging/flink-streaming/flink-streaming-connectors/pom.xml
----------------------------------------------------------------------
diff --git a/flink-staging/flink-streaming/flink-streaming-connectors/pom.xml 
b/flink-staging/flink-streaming/flink-streaming-connectors/pom.xml
index 8155100..fa03728 100644
--- a/flink-staging/flink-streaming/flink-streaming-connectors/pom.xml
+++ b/flink-staging/flink-streaming/flink-streaming-connectors/pom.xml
@@ -56,10 +56,6 @@ under the License.
                        <version>${kafka.version}</version>
                        <exclusions>
                                <exclusion>
-                                       <groupId>org.apache.zookeeper</groupId>
-                                       <artifactId>zookeeper</artifactId>
-                               </exclusion>
-                               <exclusion>
                                        <groupId>com.sun.jmx</groupId>
                                        <artifactId>jmxri</artifactId>
                                </exclusion>

Reply via email to