Switch OpenFlowJ implementation.
- Added ON.lab repository - Changed artifact name to the one with optical experimenter Change-Id: If0926768767d59da38e93e405ef50a25a48cd647
Showing
1 changed file
with
6 additions
and
8 deletions
| ... | @@ -17,14 +17,11 @@ | ... | @@ -17,14 +17,11 @@ |
| 17 | <description>ONOS OpenFlow controller subsystem API</description> | 17 | <description>ONOS OpenFlow controller subsystem API</description> |
| 18 | 18 | ||
| 19 | <repositories> | 19 | <repositories> |
| 20 | - <!-- FIXME: for Loxigen. Decide how to use Loxigen before release. --> | 20 | + <!-- FIXME: for Loxigen + optical experimenter. Decide how to use Loxigen before release. --> |
| 21 | <repository> | 21 | <repository> |
| 22 | - <id>sonatype-oss-snapshot</id> | 22 | + <id>onlab-temp</id> |
| 23 | - <name>Sonatype OSS snapshot repository</name> | 23 | + <name>ON.lab temporary repository</name> |
| 24 | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> | 24 | + <url>http://mavenrepo.onlab.us:8081/nexus/content/repositories/releases</url> |
| 25 | - <releases> | ||
| 26 | - <enabled>false</enabled> | ||
| 27 | - </releases> | ||
| 28 | </repository> | 25 | </repository> |
| 29 | </repositories> | 26 | </repositories> |
| 30 | 27 | ||
| ... | @@ -32,7 +29,8 @@ | ... | @@ -32,7 +29,8 @@ |
| 32 | <dependency> | 29 | <dependency> |
| 33 | <groupId>org.projectfloodlight</groupId> | 30 | <groupId>org.projectfloodlight</groupId> |
| 34 | <artifactId>openflowj</artifactId> | 31 | <artifactId>openflowj</artifactId> |
| 35 | - <version>0.3.8-SNAPSHOT</version> | 32 | + <!-- FIXME once experimenter gets merged to upstream --> |
| 33 | + <version>0.3.8-optical_experimenter</version> | ||
| 36 | </dependency> | 34 | </dependency> |
| 37 | <dependency> | 35 | <dependency> |
| 38 | <groupId>io.netty</groupId> | 36 | <groupId>io.netty</groupId> | ... | ... |
-
Please register or login to post a comment