[jackson-jaxrs-providers] 82/162: Fixed #26
Timo Aaltonen
tjaalton at moszumanska.debian.org
Mon Sep 8 22:16:30 UTC 2014
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 <tatu.saloranta at iki.fi>
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 at github)
------------------------------------------------------------------------
=== History: ===
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git
More information about the pkg-java-commits
mailing list