You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cs...@apache.org on 2012/04/26 11:12:03 UTC

svn commit: r1330726 - /camel/branches/camel-2.8.x/components/camel-web/pom.xml

Author: cschneider
Date: Thu Apr 26 09:12:03 2012
New Revision: 1330726

URL: http://svn.apache.org/viewvc?rev=1330726&view=rev
Log:
Removing the repositories as the should not be necessary anymore

Modified:
    camel/branches/camel-2.8.x/components/camel-web/pom.xml

Modified: camel/branches/camel-2.8.x/components/camel-web/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-web/pom.xml?rev=1330726&r1=1330725&r2=1330726&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/components/camel-web/pom.xml (original)
+++ camel/branches/camel-2.8.x/components/camel-web/pom.xml Thu Apr 26 09:12:03 2012
@@ -37,29 +37,6 @@
         <webdriver-version>0.9.7376</webdriver-version>
     </properties>
 
-    <repositories>
-        <repository>
-            <id>glassfish-repo-archive</id>
-            <name>Nexus repository collection for Glassfish</name>
-            <url>http://maven.glassfish.org/content/groups/glassfish</url>
-            <snapshots>
-                <updatePolicy>never</updatePolicy>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>guiceyfruit.release</id>
-            <name>GuiceyFruit Release Repository</name>
-            <url>http://guiceyfruit.googlecode.com/svn/repo/releases/</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>