You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/02/21 18:35:11 UTC

git commit: Expand the joda.time import range

Repository: cxf
Updated Branches:
  refs/heads/2.7.x-fixes 658f1f2ec -> bfcd25d9e


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/bfcd25d9
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/bfcd25d9
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/bfcd25d9

Branch: refs/heads/2.7.x-fixes
Commit: bfcd25d9e7313e508204af522429d664dcb282e0
Parents: 658f1f2
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Feb 21 12:34:45 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Feb 21 12:34:45 2014 -0500

----------------------------------------------------------------------
 services/sts/sts-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/bfcd25d9/services/sts/sts-core/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/pom.xml b/services/sts/sts-core/pom.xml
index 3fec0d9..9957a1e 100644
--- a/services/sts/sts-core/pom.xml
+++ b/services/sts/sts-core/pom.xml
@@ -136,6 +136,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>