You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/02/15 22:29:56 UTC

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

Author: olamy
Date: Wed Feb 15 21:29:55 2012
New Revision: 1244742

URL: http://svn.apache.org/viewvc?rev=1244742&view=rev
Log:
surefire version is in parent and remove non needed type

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=1244742&r1=1244741&r2=1244742&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Wed Feb 15 21:29:55 2012
@@ -89,7 +89,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.9</version>
         <configuration>
           <argLine>-Xmx512m -Xms512m -XX:MaxDirectMemorySize=512m</argLine>
         </configuration>
@@ -101,7 +100,6 @@ under the License.
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <type>jar</type>
     </dependency>
 
     <dependency>