Author: coheigea
Date: Thu Aug 1 08:20:59 2013
New Revision: 1509105
URL: http://svn.apache.org/r1509105
Log:
Merged revisions 1509104 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1509104 | coheigea | 2013-08-01 09:18:12 +0100 (Thu, 01 Aug 2013) | 2 lines
Add OSGi properties for Ehcache for the sts
........
Modified:
cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml
Modified: cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml?rev=1509105&r1=1509104&r2=1509105&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/services/sts/sts-core/pom.xml Thu Aug 1 08:20:59
2013
@@ -30,6 +30,11 @@
<version>2.7.7-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>