We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6547c0e commit 511b97cCopy full SHA for 511b97c
mef-nrp-api/pom.xml
@@ -54,6 +54,17 @@
54
<!-- End of extra properties due to MEF NRP API -->
55
</properties>
56
57
+ <!-- Workaround for incompatible Carrier Ethernet app change-->
58
+ <repositories>
59
+ <repository>
60
+ <id>snapshots</id>
61
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
62
+ <snapshots>
63
+ <enabled>true</enabled>
64
+ </snapshots>
65
+ </repository>
66
+ </repositories>
67
+
68
<dependencies>
69
<dependency>
70
<groupId>org.onosproject</groupId>
0 commit comments