Remove <repositories> section 13/30113/1 master
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 24 Nov 2015 03:35:30 +0000 (22:35 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 24 Nov 2015 03:35:34 +0000 (22:35 -0500)
It is recommended that developers and servers configure this locally via
settings.xml.

https://lists.opendaylight.org/pipermail/discuss/2015-January/004482.html

Change-Id: I5e3a35e7dabff38050a49ed9c61e1dae5878a85c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
common/pom.xml

index 76135fa84643fc6355104658a1134bec29a6c5c9..50c4eb8335b828972213c56293946718c8215246 100644 (file)
     <netty.version>4.0.10.Final</netty.version>
   </properties>
 
-  <repositories>
-    <!-- Opendaylight public group -->
-    <repository>
-      <id>opendaylight-public</id>
-      <name>opendaylight-public</name>
-      <url>${nexusproxy}/groups/public/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <!-- OpenDayLight Released artifact -->
-    <repository>
-      <id>opendaylight-release</id>
-      <name>opendaylight-release</name>
-      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.release/</url>
-    </repository>
-    <!-- OpenDayLight Snapshot artifact -->
-    <repository>
-      <id>opendaylight-snapshot</id>
-      <name>opendaylight-snapshot</name>
-      <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
-    </repository>
-  </repositories>
-
   <dependencyManagement>
     <dependencies>
       <!-- OpenDaylight Toolkit -->