From a9dbe7ca48d123c8d60394da89e8bae7524bf7e8 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Wed, 12 Apr 2017 14:12:12 +0800 Subject: [PATCH] STORM-2469: fix integration-test dependencies issue --- integration-test/pom.xml | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 413eb3cc74b..7ec95840242 100755 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -27,7 +27,6 @@ Storm Integration Test - org.apache.storm storm-integration-test jar @@ -64,38 +63,27 @@ joda-time joda-time - - org.seleniumhq.selenium - selenium-firefox-driver - 2.45.0 - test - - - org.seleniumhq.selenium - selenium-support - 2.45.0 - test - org.apache.storm storm-client ${project.version} - provided + ${provided.scope} org.apache.storm - storm-solr + storm-server ${project.version} + ${provided.scope} - org.apache.storm - storm-starter - ${project.version} + com.google.code.gson + gson + 2.3.1 - org.apache.storm - storm-hdfs - ${project.version} + com.google.code.findbugs + jsr305 + 3.0.2 @@ -151,7 +139,6 @@ maven-surefire-plugin ${redirectTestOutputToFile} - 1C -Xmx1024m @@ -166,12 +153,6 @@ ${storm.conf.dir} ${hadoop.conf.dir} - ${extra.classpath.1} - ${extra.classpath.2} - ${extra.classpath.3} - ${extra.classpath.4} - ${extra.classpath.5} - ${extra.classpath.6}