Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/java8 5925c34d9 -> c345b5c2c


TAMAYA-274: Fixed basic service loading in OSGI. Added missing requirements.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/c345b5c2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/c345b5c2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/c345b5c2

Branch: refs/heads/java8
Commit: c345b5c2c0c8541c13930585392c7e7c59be012f
Parents: 5925c34
Author: anatole <anat...@apache.org>
Authored: Sun Sep 17 01:51:20 2017 +0200
Committer: anatole <anat...@apache.org>
Committed: Sun Sep 17 01:51:20 2017 +0200

----------------------------------------------------------------------
 consul/bnd.bnd | 4 +++-
 etcd/bnd.bnd   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c345b5c2/consul/bnd.bnd
----------------------------------------------------------------------
diff --git a/consul/bnd.bnd b/consul/bnd.bnd
index 8c328f7..bb6123a 100644
--- a/consul/bnd.bnd
+++ b/consul/bnd.bnd
@@ -23,7 +23,9 @@ Export-Package: \
        org.apache.tamaya.consul
 Import-Package: \
     org.apache.tamaya,\
-    org.apache.tamaya.spi
+    org.apache.tamaya.spi,\
+    org.apache.tamaya.mutableconfig,\
+    org.apache.tamaya.mutableconfig.spi
 Export-Service: \
     org.apache.tamaya.spi.PropertySource
     
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/c345b5c2/etcd/bnd.bnd
----------------------------------------------------------------------
diff --git a/etcd/bnd.bnd b/etcd/bnd.bnd
index 792c69c..027e033 100644
--- a/etcd/bnd.bnd
+++ b/etcd/bnd.bnd
@@ -23,7 +23,9 @@ Export-Package: \
        org.apache.tamaya.etcd
 Import-Package: \
     org.apache.tamaya,\
-    org.apache.tamaya.spi
+    org.apache.tamaya.spi,\
+    org.apache.tamaya.mutableconfig\
+    org.apache.tamaya.mutableconfig.spi
 Export-Service: \
     org.apache.tamaya.spi.PropertySource
     
\ No newline at end of file

Reply via email to