Removed old legacy code and moved parent pom.xml to root
[openflowplugin.git] / third-party / openflowj_netty / README
diff --git a/third-party/openflowj_netty/README b/third-party/openflowj_netty/README
deleted file mode 100644 (file)
index 044fec8..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-openflowj_netty has been moved to the openflowjava project as
-of Aug 30, 2013:
-
-https://git.opendaylight.org/gerrit/#/c/1047/
-
-You can include it in your maven project with:
-
-<repositories>
-        <!-- OpenDayLight Released artifact -->
-        <repository>
-            <id>opendaylight-release</id>
-            <name>opendaylight-release</name>
-            <url>${nexusproxy}/repositories/opendaylight.release/</url>
-        </repository>
-        <!-- OpenDayLight Snapshot artifact -->
-        <repository>
-            <id>opendaylight-snapshot</id>
-            <name>opendaylight-snapshot</name>
-            <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-        </repository>
-</repositories>
-
-<dependency>
-  <groupId>org.opendaylight.openflowjava.thirdparty</groupId>
-  <artifactId>org.openflow.openflowj_netty</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
-</dependency>