This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit ab3016eff835903a6e57762e119d31145513b1aa Author: Paul Campbell <[email protected]> AuthorDate: Mon Feb 11 16:54:59 2019 +0000 Remove redundant bundle dependency org.tukaani:xz When commons-compress is upgraded to 1.18, it no longer has a transitive dependency upon org.tukaani:xz. --- karaf/features/src/main/feature/feature.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index e163c7e..c7739d9 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -187,7 +187,6 @@ <feature>brooklyn-utils-common</feature> <bundle dependency="true">mvn:org.apache.commons/commons-compress/${commons-compress.version}</bundle> - <bundle dependency="true">wrap:mvn:org.tukaani/xz/${commons-compress.version}</bundle> <bundle dependency="true">mvn:org.apache.commons/commons-lang3/${commons-lang3.version}</bundle> </feature>
