This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-jaxrs-providers.
commit 01b87a791fca6d75632cba0ed7124fb7ba7b658a Author: Tatu Saloranta <[email protected]> Date: Fri Jul 26 11:12:00 2013 -0700 Fixed #26 --- base/pom.xml | 1 + release-notes/VERSION | 2 ++ 2 files changed, 3 insertions(+) diff --git a/base/pom.xml b/base/pom.xml index 3eec934..37049fe 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -26,6 +26,7 @@ ${project.groupId}.annotation.*;version=${project.version} ,com.fasterxml.jackson.core.type ,com.fasterxml.jackson.core.util ,com.fasterxml.jackson.databind +,com.fasterxml.jackson.databind.cfg ,com.fasterxml.jackson.databind.introspect ,com.fasterxml.jackson.databind.type ,com.fasterxml.jackson.databind.util diff --git a/release-notes/VERSION b/release-notes/VERSION index 9d9ee44..2b1e357 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -13,6 +13,8 @@ Version: 2.2.3 (xx-xxx-2013) #18: Add LICENSE, NOTICE files in artifacts #19: Add `InputStream` as unwritable class (requested by Michael B) +#26: Missing OSGi import for base, (c.f.j.databind.cfg) + (reported by jerome-leclercq@github) ------------------------------------------------------------------------ === History: === -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

