Fix nsh-sfc dependency 29/14629/1
authorMichal Cmarada <[email protected]>
Mon, 3 Sep 2018 14:43:44 +0000 (16:43 +0200)
committerMichal Cmarada <[email protected]>
Mon, 3 Sep 2018 14:43:44 +0000 (16:43 +0200)
nsh-sfc is beeing moved to vpp. First patch is already in
https://gerrit.fd.io/r/#/c/14489/. JVPP API is still missing
and nsh-sfc does not provide 18.07 or 18.10 Snapshot versions.
Therefore switching to 18.07 release version until JVPP API is
finished in VPP.

Change-Id: Ia74975023b7be092434d230a8ca909531231fd95
Signed-off-by: Michal Cmarada <[email protected]>
nsh/impl/pom.xml

index 39b41c8..0c2518b 100644 (file)
@@ -86,7 +86,7 @@
     <dependency>
         <groupId>io.fd.nsh_sfc</groupId>
         <artifactId>nsh-sfc</artifactId>
-        <version>18.07-SNAPSHOT</version>
+        <version>18.07</version>
         <exclusions>
             <exclusion>
                 <groupId>io.fd.vpp</groupId>