Repository: incubator-tamaya Updated Branches: refs/heads/master f1800cc88 -> 27d62b056
TAMAYA-343 Added import for javax.annotation. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/27d62b05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/27d62b05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/27d62b05 Branch: refs/heads/master Commit: 27d62b056015c5350431ad1dab3cb2be1bede821 Parents: f1800cc Author: Anatole Tresch <[email protected]> Authored: Fri Jun 29 00:32:13 2018 +0200 Committer: Anatole Tresch <[email protected]> Committed: Fri Jun 29 00:32:13 2018 +0200 ---------------------------------------------------------------------- code/spi-support/bnd.bnd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/27d62b05/code/spi-support/bnd.bnd ---------------------------------------------------------------------- diff --git a/code/spi-support/bnd.bnd b/code/spi-support/bnd.bnd index c5de1c9..89db115 100644 --- a/code/spi-support/bnd.bnd +++ b/code/spi-support/bnd.bnd @@ -24,4 +24,5 @@ Export-Package: \ org.apache.tamaya.spisupport,org.apache.tamaya.spisupport.propertysource Import-Package: \ org.apache.tamaya,\ - org.apache.tamaya.spi + org.apache.tamaya.spi, \ + javax.annotation
