Skip to content

Commit 511b97c

Browse files
committed
Fix NRP app
Change-Id: I6c96432145a3ca3988a8d927ef4e6120104ca89c
1 parent 6547c0e commit 511b97c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mef-nrp-api/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@
5454
<!-- End of extra properties due to MEF NRP API -->
5555
</properties>
5656

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+
5768
<dependencies>
5869
<dependency>
5970
<groupId>org.onosproject</groupId>

0 commit comments

Comments
 (0)