From 023c2f5d28287ae738e01ce26afed89dcf6ecd8b Mon Sep 17 00:00:00 2001 From: Jungtaek Lim Date: Sun, 18 Dec 2016 20:01:41 +0900 Subject: [PATCH] STORM-2251 Integration test refers specific version of Storm which should be project version * fix integration-test's pom.xml to have root pom as parent, and remove version and storm version --- integration-test/pom.xml | 45 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 34 deletions(-) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 47eb2446d0e..5d37458d259 100755 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -19,17 +19,22 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + storm + org.apache.storm + 2.0.0-SNAPSHOT + .. + + storm-integration-test org.apache.storm storm-integration-test - 0.3 jar UTF-8 provided - 1.0.1.2.5.0.0-781 true false /etc/storm/conf @@ -48,33 +53,6 @@ - - - - true - - - false - - central - http://repo1.maven.org/maven2/ - - - - true - - - true - - clojars - https://clojars.org/repo/ - - - hortonworks - http://nexus-private.hortonworks.com/nexus/content/groups/public/ - - - org.testng @@ -85,7 +63,6 @@ joda-time joda-time - 2.3 org.seleniumhq.selenium @@ -102,23 +79,23 @@ org.apache.storm storm-core - ${storm.version} + ${project.version} provided org.apache.storm storm-solr - ${storm.version} + ${project.version} org.apache.storm storm-starter - ${storm.version} + ${project.version} org.apache.storm storm-hdfs - ${storm.version} + ${project.version}