guava upgrade to not fail on ossaudit
diff --git a/pom.xml b/pom.xml
index 5684dd6..7b3abbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,11 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>27.0-jre</version>
+      </dependency>
+      <dependency>
         <groupId>org.osgi</groupId>
         <artifactId>osgi.core</artifactId>
         <version>${osgi.version}</version>
@@ -217,4 +222,4 @@
     <connection>scm:git:https://github.com/jbonofre/winegrower.git</connection>
     <url>https://github.com/jbonofre/winegrower</url>
   </scm>
-</project>
\ No newline at end of file
+</project>