Removed the unused dependency on Guava

git-svn-id: https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk@1854778 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/common-tomcat-maven-plugin/pom.xml b/common-tomcat-maven-plugin/pom.xml
index ddd6f94..000c718 100644
--- a/common-tomcat-maven-plugin/pom.xml
+++ b/common-tomcat-maven-plugin/pom.xml
@@ -50,11 +50,6 @@
     </dependency>
 
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 166f5b8..52e595a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -621,11 +621,6 @@
         <artifactId>plexus-classworlds</artifactId>
         <version>2.2.2</version>
       </dependency>
-      <dependency>
-        <groupId>com.google.guava</groupId>
-        <artifactId>guava</artifactId>
-        <version>10.0.1</version>
-      </dependency>
 
       <!-- Test Dependencies -->