You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2013/06/06 15:19:16 UTC

[2/2] git commit: guava is not used anymore

guava is not used anymore


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/c7791be7
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/c7791be7
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/c7791be7

Branch: refs/heads/trunk
Commit: c7791be78958e3a48d6c99464070f0c70a3d99a3
Parents: 7b9e82d
Author: jvermillard <jv...@apache.org>
Authored: Thu Jun 6 15:18:32 2013 +0200
Committer: jvermillard <jv...@apache.org>
Committed: Thu Jun 6 15:18:32 2013 +0200

----------------------------------------------------------------------
 pom.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/c7791be7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1dc8544..157711a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,6 @@
 
   <properties>
     <!-- Dependencies versions ========================================== -->
-    <version.guava>14.0.1</version.guava>
     <version.junit>4.11</version.junit>
     <version.log4j>2.0-beta2</version.log4j>
     <version.mockito-core>1.9.5</version.mockito-core>
@@ -137,12 +136,6 @@
           <scope>test</scope>
       </dependency>
 
-      <dependency>
-        <groupId>com.google.guava</groupId>
-        <artifactId>guava</artifactId>
-        <version>${version.guava}</version>
-      </dependency>
-
       <!--dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>