Author: coheigea
Date: Thu Aug 1 08:18:12 2013
New Revision: 1509104
URL: http://svn.apache.org/r1509104
Log:
Add OSGi properties for Ehcache for the sts
Modified:
cxf/trunk/services/sts/sts-core/pom.xml
Modified: cxf/trunk/services/sts/sts-core/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/sts-core/pom.xml?rev=1509104&r1=1509103&r2=1509104&view=diff
==============================================================================
--- cxf/trunk/services/sts/sts-core/pom.xml (original)
+++ cxf/trunk/services/sts/sts-core/pom.xml Thu Aug 1 08:18:12 2013
@@ -30,6 +30,11 @@
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
+ <properties>
+ <cxf.osgi.import>
+ net.sf.ehcache*;resolution:=optional;version="[2.5, 3.0.0)",
+ </cxf.osgi.import>
+ </properties>
<dependencies>
<dependency>