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 22:48:18 UTC

[1/3] git commit: cleanup poms remove non needed repository and dependency

Updated Branches:
  refs/heads/master fb44bb2c3 -> 09b952b96


cleanup poms remove non needed repository and 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/09b952b9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/09b952b9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/09b952b9

Branch: refs/heads/master
Commit: 09b952b961d025a9455d186298e0410e01d9fd9d
Parents: 6fb0026
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 23 22:48:04 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 23 22:48:04 2012 +0200

----------------------------------------------------------------------
 helix-admin-webapp/pom.xml |   17 +++--------------
 mockservice/pom.xml        |   13 +------------
 2 files changed, 4 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/09b952b9/helix-admin-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml
index bbe43ec..d78a687 100644
--- a/helix-admin-webapp/pom.xml
+++ b/helix-admin-webapp/pom.xml
@@ -29,13 +29,7 @@ under the License.
   <packaging>jar</packaging>
   <name>helix-admin-webapp</name>
 
-  <repositories>
-    <repository>
-      <id>maven-restlet</id>
-      <name>Public online Restlet repository</name>
-      <url>http://maven.restlet.org</url>
-    </repository>
-  </repositories>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.helix</groupId>
@@ -43,11 +37,6 @@ under the License.
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.restlet</groupId>
-      <artifactId>org.restlet</artifactId>
-      <version>1.1.10</version>
-    </dependency>
-    <dependency>
       <groupId>com.noelios.restlet</groupId>
       <artifactId>com.noelios.restlet</artifactId>
       <version>1.1.10</version>
@@ -79,9 +68,9 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>com.linkedin.helix</groupId>
+      <groupId>org.apache.helix</groupId>
       <artifactId>helix-core</artifactId>
-      <version>0.5.28</version>
+      <version>${project.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/09b952b9/mockservice/pom.xml
----------------------------------------------------------------------
diff --git a/mockservice/pom.xml b/mockservice/pom.xml
index e8206cd..528da2c 100644
--- a/mockservice/pom.xml
+++ b/mockservice/pom.xml
@@ -30,13 +30,7 @@ under the License.
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
-  <repositories>
-    <repository>
-      <id>maven-restlet</id>
-      <name>Public online Restlet repository</name>
-      <url>http://maven.restlet.org</url>
-    </repository>
-  </repositories>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.helix</groupId>
@@ -44,11 +38,6 @@ under the License.
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.restlet</groupId>
-      <artifactId>org.restlet</artifactId>
-      <version>1.1.10</version>
-    </dependency>
-    <dependency>
       <groupId>com.noelios.restlet</groupId>
       <artifactId>com.noelios.restlet</artifactId>
       <version>1.1.10</version>