Remove repository and pluginRepository sections
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 593e80274564653c401a6edbcd7032a8d78db1f3..f950e8a88f0d7b4ed2384a24edf620ad15f11874 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>nagasena-rta</artifactId>
           <version>${exi.nagasena.version}</version>
         </dependency>
-        <dependency>
-          <groupId>org.opendaylight.controller.thirdparty</groupId>
-          <artifactId>ganymed</artifactId>
-          <version>1.2.0-SNAPSHOT</version>
-        </dependency>
         <dependency>
             <groupId>xml-apis</groupId>
             <artifactId>xml-apis</artifactId>
 
     </profiles>
 
-    <repositories>
-      <repository>
-        <id>opendaylight-snapshot</id>
-        <name>opendaylight-snapshot</name>
-        <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</url>
-        <releases>
-          <enabled>false</enabled>
-        </releases>
-      </repository>
-      <repository>
-        <id>public</id>
-        <name>public</name>
-        <url>http://nexus.opendaylight.org/content/groups/public</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-      </repository>
-
-    </repositories>
-
-    <pluginRepositories>
-      <pluginRepository>
-        <id>opendaylight-central</id>
-        <name>opendaylight-central</name>
-        <url>http://nexus.opendaylight.org/content/repositories/public</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-      </pluginRepository>
-      <pluginRepository>
-        <id>opendaylight-snapshot</id>
-        <name>central2</name>
-        <url>http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot</url>
-        <releases>
-          <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-    </pluginRepositories>
-
     <modules>
       <module>openflowplugin-api</module>
       <module>openflowplugin</module>