diff options
author | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-09-03 16:43:44 +0200 |
---|---|---|
committer | Michal Cmarada <michal.cmarada@pantheon.tech> | 2018-09-03 16:43:44 +0200 |
commit | e8dd52ee89d76d9afb5a2235a809ffdfd9ffd081 (patch) | |
tree | 42b713c235f55513557523668eef782e1eb0a05d /nsh | |
parent | bcbe3b71e1e9d12fab817ed001998eae397853cd (diff) |
Fix nsh-sfc dependency
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 <michal.cmarada@pantheon.tech>
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/impl/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 39b41c8bd..0c2518b7f 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -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> |