You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by bp...@apache.org on 2012/02/24 10:50:24 UTC

svn commit: r1293150 - /incubator/directmemory/trunk/directmemory-cache/pom.xml

Author: bperroud
Date: Fri Feb 24 09:50:24 2012
New Revision: 1293150

URL: http://svn.apache.org/viewvc?rev=1293150&view=rev
Log:
Remove not needed dependency

Modified:
    incubator/directmemory/trunk/directmemory-cache/pom.xml

Modified: incubator/directmemory/trunk/directmemory-cache/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/pom.xml?rev=1293150&r1=1293149&r2=1293150&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Fri Feb 24 09:50:24 2012
@@ -108,12 +108,6 @@ under the License.
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjrt</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>com.h2database</groupId>
-      <artifactId>h2</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>com.carrotsearch</groupId>
       <artifactId>junit-benchmarks</artifactId>