summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-11 04:18:16 -0400
committerMichal Cmarada <mcmarada@cisco.com>2019-04-11 04:18:16 -0400
commit37039138afcddedb1af4035aae5fb6c603c4c4e1 (patch)
tree50764c40df951b4e7bd4afa027ec86c346ad4075 /nsh
parentd726d0f173544c8d0078c5f918b5d086f6e85f79 (diff)
HC2VPP-397: add support for java 11
- dependency updates - compilation error fixes - javadoc fixes Change-Id: Ic7371931b0728c888a39350a77c959121afb9786 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'nsh')
-rw-r--r--nsh/impl/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index 1d7d08d08..958d024d6 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -29,7 +29,7 @@
<packaging>bundle</packaging>
<properties>
- <guice.version>4.1.0</guice.version>
+ <guice.version>4.2.2</guice.version>
<guice.config.version>1.2.0</guice.config.version>
</properties>
@@ -62,7 +62,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
+ <artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>