Merge pull request #744 from afs/jena1896_update-guava

JENA-1896: Update Google Guava
diff --git a/pom.xml b/pom.xml
index 37006da..43c4431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,6 +293,10 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
@@ -306,6 +310,10 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>