044fec8945dfce8668062056401c17e528d05e3c
[openflowplugin.git] / third-party / openflowj_netty / README
1 openflowj_netty has been moved to the openflowjava project as
2 of Aug 30, 2013:
3
4 https://git.opendaylight.org/gerrit/#/c/1047/
5
6 You can include it in your maven project with:
7
8 <repositories>
9         <!-- OpenDayLight Released artifact -->
10         <repository>
11             <id>opendaylight-release</id>
12             <name>opendaylight-release</name>
13             <url>${nexusproxy}/repositories/opendaylight.release/</url>
14         </repository>
15         <!-- OpenDayLight Snapshot artifact -->
16         <repository>
17             <id>opendaylight-snapshot</id>
18             <name>opendaylight-snapshot</name>
19             <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
20         </repository>
21 </repositories>
22
23 <dependency>
24   <groupId>org.opendaylight.openflowjava.thirdparty</groupId>
25   <artifactId>org.openflow.openflowj_netty</artifactId>
26   <version>1.0.2-SNAPSHOT</version>
27 </dependency>