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/23 23:45:35 UTC

git commit: restore com.noelios.restlet dependency

Updated Branches:
  refs/heads/master 9eed42273 -> b756c6594


restore com.noelios.restlet dependency


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

Branch: refs/heads/master
Commit: b756c6594b1a268151cac7a2b3f960c0c31091a9
Parents: 9eed422
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 23 23:45:29 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 23 23:45:29 2012 +0200

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml |    1 -
 helix-core/pom.xml         |    4 ++++
 pom.xml                    |   10 ++++++++++
 3 files changed, 14 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/b756c659/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index d78a687..094d870 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -39,7 +39,6 @@ under the License.
     <dependency>
       <groupId>com.noelios.restlet</groupId>
       <artifactId>com.noelios.restlet</artifactId>
-      <version>1.1.10</version>
     </dependency>
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/b756c659/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 817380c..21f4305 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -129,6 +129,10 @@ under the License.
       <version>2.1</version>
     </dependency>
     <dependency>
+      <groupId>com.noelios.restlet</groupId>
+      <artifactId>com.noelios.restlet</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.restlet</groupId>
       <artifactId>org.restlet</artifactId>
       <version>1.1.10</version>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/b756c659/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 986ccf8..28a6203 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,16 @@ under the License.
     </site>
   </distributionManagement>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>com.noelios.restlet</groupId>
+        <artifactId>com.noelios.restlet</artifactId>
+        <version>1.1.10</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <build>
     <pluginManagement>
       <plugins>