Add sonatype-oss-snapshot for Loxigen
Change-Id: If9e1ddaeea255d2cae556df5cc238cb19b8733a6
Showing
1 changed file
with
12 additions
and
0 deletions
... | @@ -16,6 +16,18 @@ | ... | @@ -16,6 +16,18 @@ |
16 | 16 | ||
17 | <description>ONOS OpenFlow controller subsystem API</description> | 17 | <description>ONOS OpenFlow controller subsystem API</description> |
18 | 18 | ||
19 | + <repositories> | ||
20 | + <!-- FIXME: for Loxigen. Decide how to use Loxigen before release. --> | ||
21 | + <repository> | ||
22 | + <id>sonatype-oss-snapshot</id> | ||
23 | + <name>Sonatype OSS snapshot repository</name> | ||
24 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
25 | + <releases> | ||
26 | + <enabled>false</enabled> | ||
27 | + </releases> | ||
28 | + </repository> | ||
29 | + </repositories> | ||
30 | + | ||
19 | <dependencies> | 31 | <dependencies> |
20 | <dependency> | 32 | <dependency> |
21 | <groupId>org.projectfloodlight</groupId> | 33 | <groupId>org.projectfloodlight</groupId> | ... | ... |
-
Please register or login to post a comment