Author: raffaeleguidi
Date: Mon Aug  6 22:54:42 2012
New Revision: 1370054

URL: http://svn.apache.org/viewvc?rev=1370054&view=rev
Log:
added snakeyaml to the bundle descriptor

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=1370054&r1=1370053&r2=1370054&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Mon Aug  6 22:54:42 
2012
@@ -42,7 +42,8 @@ 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.slf4j*,
+      org.yaml*
     </osgi.import>
     
<osgi.export>org.apache.directmemory*;version="${project.version}</osgi.export>
   </properties>


Reply via email to