Author: raffaeleguidi
Date: Mon Aug  6 23:33:30 2012
New Revision: 1370059

URL: http://svn.apache.org/viewvc?rev=1370059&view=rev
Log:
removed the externalized configuration patch as it is not OSGi compliant

Removed:
    
incubator/directmemory/trunk/directmemory-cache/src/main/java/org/apache/directmemory/conf/Configuration.java
    
incubator/directmemory/trunk/directmemory-cache/src/test/java/org/apache/directmemory/conf/ConfigurationTest.java
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=1370059&r1=1370058&r2=1370059&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Mon Aug  6 23:33:30 
2012
@@ -42,8 +42,7 @@ under the License.
       com.google.common.collect;version="[9.0,11)",
       com.google.common.base;version="[9.0,11)",
       org.aspectj*;version="[1.6,2)",
-      org.slf4j*,
-      org.yaml*
+      org.slf4j*
     </osgi.import>
     
<osgi.export>org.apache.directmemory*;version="${project.version}</osgi.export>
   </properties>
@@ -107,12 +106,7 @@ under the License.
     <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjrt</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.yaml</groupId>
-      <artifactId>snakeyaml</artifactId>
-      <version>1.10</version>
-    </dependency>      
+    </dependency>    
     <dependency>
       <groupId>com.carrotsearch</groupId>
       <artifactId>junit-benchmarks</artifactId>


Reply via email to