[FLINK-3337] [runtime] mvn test fails on flink-runtime because curator classes 
not found

Removes curator dependency exclusions from flink-runtime. This resolves
NoClassDefFoundError exceptions when running `mvn test`.

This partialy reverts e31a4d8.

This closes #1596


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

Branch: refs/heads/master
Commit: 4cc4f6022c5935dffc52a37de7ebd5b272e95487
Parents: 22423e2
Author: Greg Hogan <c...@greghogan.com>
Authored: Fri Feb 5 16:41:24 2016 -0500
Committer: Stephan Ewen <se...@apache.org>
Committed: Mon Feb 8 16:57:57 2016 +0100

----------------------------------------------------------------------
 flink-runtime/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/4cc4f602/flink-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index d8693e7..c6b6d1d 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -323,11 +323,6 @@ under the License.
                                                
<exclude>**/TestData.java</exclude>
                                                
<exclude>**/TestInstanceListener.java</exclude>
                                        </excludes>
-                                       <classpathDependencyExcludes>
-                                               
<classpathDependencyExclude>org.apache.curator:curator-recipes</classpathDependencyExclude>
-                                               
<classpathDependencyExclude>org.apache.curator:curator-client</classpathDependencyExclude>
-                                               
<classpathDependencyExclude>org.apache.curator:curator-framework</classpathDependencyExclude>
-                                       </classpathDependencyExcludes>
                                        <systemPropertyVariables>
                                                <log.level>WARN</log.level>
                                        </systemPropertyVariables>
@@ -341,11 +336,6 @@ under the License.
                                        <excludes>
                                                
<exclude>**/TestData.java</exclude>
                                        </excludes>
-                                       <classpathDependencyExcludes>
-                                               
<classpathDependencyExclude>org.apache.curator:curator-recipes</classpathDependencyExclude>
-                                               
<classpathDependencyExclude>org.apache.curator:curator-client</classpathDependencyExclude>
-                                               
<classpathDependencyExclude>org.apache.curator:curator-framework</classpathDependencyExclude>
-                                       </classpathDependencyExcludes>
                                        <systemPropertyVariables>
                                                <log.level>WARN</log.level>
                                        </systemPropertyVariables>

Reply via email to