Repository: incubator-brooklyn Updated Branches: refs/heads/master 2aa01c0f9 -> f0612bd74
[BROOKLYN-183] Ignore bundle import of apache felix Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f0cadbab Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f0cadbab Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f0cadbab Branch: refs/heads/master Commit: f0cadbabcef00aad8b3663d14685fea5591097a3 Parents: 2aa01c0 Author: Ciprian Ciubotariu <[email protected]> Authored: Fri Nov 6 12:42:03 2015 +0200 Committer: Ciprian Ciubotariu <[email protected]> Committed: Tue Nov 10 21:04:52 2015 +0200 ---------------------------------------------------------------------- core/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f0cadbab/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 12f01d9..f79aee7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -281,6 +281,7 @@ <Export-Package>brooklyn.*,org.apache.brooklyn.*</Export-Package> <Import-Package> !org.apache.brooklyn.rt.felix, + !org.apache.felix.framework, * </Import-Package> <Implementation-SHA-1>${buildNumber}</Implementation-SHA-1>
