MARMOTTA-428: merged patch by @acoburn without being actually checked from @westei, closes #22
* acoburn/marmotta-428: add OSGi support to ldcache and ldclient libraries Signed-off-by: Sergio Fernández <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/b34c3dc8 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/b34c3dc8 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/b34c3dc8 Branch: refs/heads/develop Commit: b34c3dc803d123186f5877b0504ae7fcf228179f Parents: bca3ec3 f2e428c Author: Sergio Fernández <[email protected]> Authored: Tue Jun 13 08:22:06 2017 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Jun 13 08:22:06 2017 +0200 ---------------------------------------------------------------------- commons/marmotta-commons/pom.xml | 1 - .../marmotta-model-vocabs/pom.xml | 14 ++++++++++++- libraries/ldcache/ldcache-backend-file/pom.xml | 17 +++++++++++++++- .../ldcache/ldcache-backend-infinispan/pom.xml | 21 +++++++++++++++++++- libraries/ldcache/ldcache-backend-kiwi/pom.xml | 13 ++++++++++++ libraries/ldcache/ldcache-core/pom.xml | 13 ++++++++++++ libraries/ldclient/ldclient-api/pom.xml | 6 +++--- libraries/ldclient/ldclient-core/pom.xml | 14 +++++++++++++ .../ldclient/ldclient-provider-facebook/pom.xml | 19 ++++++++++++++++++ .../ldclient/ldclient-provider-html/pom.xml | 18 +++++++++++++++++ .../ldclient/ldclient-provider-ldap/pom.xml | 18 +++++++++++++++++ .../ldclient-provider-mediawiki/pom.xml | 20 +++++++++++++++++++ .../ldclient/ldclient-provider-phpbb/pom.xml | 19 ++++++++++++++++++ .../ldclient/ldclient-provider-rdf/pom.xml | 14 +++++++++++++ .../ldclient/ldclient-provider-vimeo/pom.xml | 19 ++++++++++++++++++ .../ldclient/ldclient-provider-xml/pom.xml | 17 ++++++++++++++++ .../ldclient/ldclient-provider-youtube/pom.xml | 20 +++++++++++++++++++ libraries/ldpath/ldpath-core-bundle/pom.xml | 1 - 18 files changed, 256 insertions(+), 8 deletions(-) ----------------------------------------------------------------------
