You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 12:30:34 UTC

[1/2] git commit: use dependencyManagement for helix-core

Updated Branches:
  refs/heads/master 611bedabe -> 48c5d03f4


use dependencyManagement for helix-core


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/48c5d03f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/48c5d03f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/48c5d03f

Branch: refs/heads/master
Commit: 48c5d03f4b89535e6f7eb31fa9d42b4dfd116578
Parents: a78108c
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 12:30:22 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 12:30:22 2012 +0200

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml |    1 -
 mockservice/pom.xml        |    2 --
 pom.xml                    |    5 +++++
 3 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/48c5d03f/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index 4eff119..3a834eb 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -34,7 +34,6 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>com.noelios.restlet</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/48c5d03f/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index d2220ef..bfa259a 100644
--- a/mockservice/pom.xml
+++ b/mockservice/pom.xml
@@ -32,12 +32,10 @@ under the License.
     <dependency>
       <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>com.noelios.restlet</groupId>
       <artifactId>com.noelios.restlet</artifactId>
-      <version>1.1.10</version>
     </dependency>
     <dependency>
       <groupId>org.testng</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/48c5d03f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 92d1ae3..247f615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,11 @@ under the License.
         <artifactId>com.noelios.restlet</artifactId>
         <version>1.1.10</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.helix</groupId>
+        <artifactId>helix-core</artifactId>
+        <version>${project.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>