Repository: karaf Updated Branches: refs/heads/master ab704c6bc -> fb32e04d9
[KARAF-2779] Fix wrapper core bundle import on karaf.util.locks Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/fb32e04d Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/fb32e04d Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/fb32e04d Branch: refs/heads/master Commit: fb32e04d9a57646144fc343a526127a7733786f1 Parents: ab704c6 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Feb 22 11:29:40 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Feb 22 11:29:40 2014 +0100 ---------------------------------------------------------------------- wrapper/core/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/fb32e04d/wrapper/core/pom.xml ---------------------------------------------------------------------- diff --git a/wrapper/core/pom.xml b/wrapper/core/pom.xml index dab7b30..982433a 100644 --- a/wrapper/core/pom.xml +++ b/wrapper/core/pom.xml @@ -53,10 +53,6 @@ <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.console</artifactId> </dependency> -<!-- <dependency> --> -<!-- <groupId>org.apache.karaf</groupId> --> -<!-- <artifactId>org.apache.karaf.util</artifactId> --> -<!-- </dependency> --> <dependency> <groupId>tanukisoft</groupId> <artifactId>wrapper</artifactId> @@ -115,6 +111,7 @@ <Import-Package> !org.apache.felix.utils.properties, !org.apache.karaf.util.properties, + !org.apache.karaf.util.locks, !org.apache.karaf.info, * </Import-Package>
