Repository: cxf Updated Branches: refs/heads/2.6.x-fixes 1fe06e073 -> faf47eff9
Expand the joda.time import range Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/fa42dc12 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fa42dc12 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fa42dc12 Branch: refs/heads/2.6.x-fixes Commit: fa42dc12512aa5b69a136c244893b442267fa02e Parents: 1fe06e0 Author: Daniel Kulp <[email protected]> Authored: Fri Feb 21 12:34:45 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Thu Mar 20 16:40:02 2014 -0400 ---------------------------------------------------------------------- services/sts/sts-core/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/fa42dc12/services/sts/sts-core/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml index aedfa42..e6574e4 100644 --- a/services/sts/sts-core/pom.xml +++ b/services/sts/sts-core/pom.xml @@ -108,6 +108,7 @@ javax.xml.ws*;version="[0.0,3)", org.springframework.ldap*;resolution:=optional, net.sf.ehcache*;resolution:=optional;version="[2.5, 3.0.0)", + org.joda.time;version="[1.6,3)", * </Import-Package> <Bundle-SymbolicName>org.apache.cxf.services.sts.core</Bundle-SymbolicName>
