diff --git a/artemis-hawtio/artemis-console/pom.xml b/artemis-hawtio/artemis-console/pom.xml
index 3e7e7b9eeb..7d9f947193 100644
--- a/artemis-hawtio/artemis-console/pom.xml
+++ b/artemis-hawtio/artemis-console/pom.xml
@@ -67,6 +67,12 @@
${hawtio.version}
provided
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+
@@ -110,6 +116,7 @@
bower_components/jquery/src/**/*
bower_components/jquery/test/**/*
bower_components/js-logger/src/**/*
+ WEB-INF/lib/guava*.jar
WEB-INF/lib/slf4j-api*.jar
lib/camelModel.js
app/activemq/**/*
diff --git a/pom.xml b/pom.xml
index f8c26e1c49..2449d7b3d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
1.9.3
3.2.2
1.14
- 19.0
+ 24.1-jre
3.4.0.Final
9.4.3.v20170317
3.6.13.Final
@@ -103,7 +103,7 @@
2.1.10.Final
1.0.4.GA
1.5.1.Final
- 0.7
+ 0.8
1.0.1
1.0.1
1.1.1
@@ -800,6 +800,12 @@
provided
+
+ com.google.guava
+ guava
+ ${guava.version}
+
+