move duplicated repository config to root pom.xml
Change-Id: I5c1f8aebaadab07a7675cbe5467b07b24bf768e1
Showing
3 changed files
with
14 additions
and
22 deletions
| ... | @@ -31,18 +31,6 @@ | ... | @@ -31,18 +31,6 @@ |
| 31 | 31 | ||
| 32 | <description>ONOS Gossip based distributed store subsystems</description> | 32 | <description>ONOS Gossip based distributed store subsystems</description> |
| 33 | 33 | ||
| 34 | - <repositories> | ||
| 35 | - <!-- FIXME: for copycat. Decide how to deal with these before release. --> | ||
| 36 | - <repository> | ||
| 37 | - <id>onlab-temp</id> | ||
| 38 | - <name>ON.lab temporary repository</name> | ||
| 39 | - <url>http://mavenrepo.onlab.us:8081/nexus/content/groups/public</url> | ||
| 40 | - <snapshots> | ||
| 41 | - <enabled>true</enabled> | ||
| 42 | - </snapshots> | ||
| 43 | - </repository> | ||
| 44 | - </repositories> | ||
| 45 | - | ||
| 46 | <dependencies> | 34 | <dependencies> |
| 47 | <dependency> | 35 | <dependency> |
| 48 | <groupId>org.onlab.onos</groupId> | 36 | <groupId>org.onlab.onos</groupId> | ... | ... |
| ... | @@ -31,15 +31,6 @@ | ... | @@ -31,15 +31,6 @@ |
| 31 | 31 | ||
| 32 | <description>ONOS OpenFlow controller subsystem API</description> | 32 | <description>ONOS OpenFlow controller subsystem API</description> |
| 33 | 33 | ||
| 34 | - <repositories> | ||
| 35 | - <!-- FIXME: for Loxigen + optical experimenter. Decide how to use Loxigen before release. --> | ||
| 36 | - <repository> | ||
| 37 | - <id>onlab-temp</id> | ||
| 38 | - <name>ON.lab temporary repository</name> | ||
| 39 | - <url>http://mavenrepo.onlab.us:8081/nexus/content/repositories/releases</url> | ||
| 40 | - </repository> | ||
| 41 | - </repositories> | ||
| 42 | - | ||
| 43 | <dependencies> | 34 | <dependencies> |
| 44 | <dependency> | 35 | <dependency> |
| 45 | <groupId>org.projectfloodlight</groupId> | 36 | <groupId>org.projectfloodlight</groupId> |
| ... | @@ -50,7 +41,6 @@ | ... | @@ -50,7 +41,6 @@ |
| 50 | <dependency> | 41 | <dependency> |
| 51 | <groupId>io.netty</groupId> | 42 | <groupId>io.netty</groupId> |
| 52 | <artifactId>netty</artifactId> | 43 | <artifactId>netty</artifactId> |
| 53 | - <version>3.9.0.Final</version> | ||
| 54 | </dependency> | 44 | </dependency> |
| 55 | </dependencies> | 45 | </dependencies> |
| 56 | 46 | ... | ... |
| ... | @@ -42,6 +42,20 @@ | ... | @@ -42,6 +42,20 @@ |
| 42 | <netty4.version>4.0.23.Final</netty4.version> | 42 | <netty4.version>4.0.23.Final</netty4.version> |
| 43 | </properties> | 43 | </properties> |
| 44 | 44 | ||
| 45 | + <repositories> | ||
| 46 | + <!-- FIXME: Repository for copycat, Loxigen + optical experimenter. | ||
| 47 | + Decide how to deal with these before release. --> | ||
| 48 | + <repository> | ||
| 49 | + <id>onlab-temp</id> | ||
| 50 | + <name>ON.lab temporary repository</name> | ||
| 51 | + <url>http://mavenrepo.onlab.us:8081/nexus/content/groups/public</url> | ||
| 52 | + <snapshots> | ||
| 53 | + <enabled>true</enabled> | ||
| 54 | + </snapshots> | ||
| 55 | + </repository> | ||
| 56 | + </repositories> | ||
| 57 | + | ||
| 58 | + | ||
| 45 | <dependencyManagement> | 59 | <dependencyManagement> |
| 46 | <dependencies> | 60 | <dependencies> |
| 47 | <dependency> | 61 | <dependency> | ... | ... |
-
Please register or login to post a comment