Reenable nsh module 62/8762/1
authorMarek Gradzki <[email protected]>
Wed, 11 Oct 2017 17:54:59 +0000 (19:54 +0200)
committerMarek Gradzki <[email protected]>
Wed, 11 Oct 2017 17:57:56 +0000 (19:57 +0200)
Also updates nsh-sfc jar to 18.01-SNAPSHOT

Change-Id: I25abe1f226e37f7460fedccaff7e50e2e97e97c1
Signed-off-by: Marek Gradzki <[email protected]>
nsh/impl/pom.xml
pom.xml
vpp-integration/api-docs/docs/pom.xml

index f3dfe36..91b222e 100644 (file)
     <dependency>
         <groupId>io.fd.nsh_sfc</groupId>
         <artifactId>nsh-sfc</artifactId>
-        <version>17.10-SNAPSHOT</version>
-        <exclusions>
-          <exclusion>
-            <groupId>io.fd.vpp</groupId>
-            <artifactId>jvpp-registry</artifactId>
-          </exclusion>
-        </exclusions>
+        <version>18.01-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>io.fd.hc2vpp.common</groupId>
diff --git a/pom.xml b/pom.xml
index 6bcadfe..4958f4b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>vpp-common</module>
     <module>v3po</module>
     <module>ioam</module>
-    <!--
-    nsh module breaks build by using outdated jvpp generator
     <module>nsh</module>
-    -->
     <module>routing</module>
     <module>nat</module>
     <module>lisp</module>
@@ -58,4 +55,4 @@
     <module>interface-role</module>
     <module>bgp</module>
   </modules>
-</project>
+</project>
\ No newline at end of file
index d8021ff..5a6888b 100644 (file)
         <api.docs.modules>
             io.fd.hc2vpp.docs.core.mock.binding.MockBindingModule,
             io.fd.hc2vpp.docs.core.mock.binding.MockAclModule,
-            <!--
-            nsh module breaks build by using outdated jvpp generator
             io.fd.hc2vpp.docs.core.mock.binding.MockNshModule,
-            -->
             io.fd.hc2vpp.docs.core.mock.binding.MockIoamModule,
             io.fd.hc2vpp.docs.core.mock.binding.MockNatModule,
             io.fd.hc2vpp.iface.role.InterfaceRoleModule,
             </plugin>
         </plugins>
     </build>
-</project>
+</project>
\ No newline at end of file