This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/master by this push: new f082cbb [KARAF-6977] Remove ant bundle from bom new 47a07b5 Merge pull request #1285 from jbonofre/KARAF-6977 f082cbb is described below commit f082cbb57687ceb4edb4feed97977ca32b157f26 Author: jbonofre <jbono...@apache.org> AuthorDate: Tue Dec 29 08:17:34 2020 +0100 [KARAF-6977] Remove ant bundle from bom --- bom/pom.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 013cca1..e5264ea 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1418,17 +1418,6 @@ <dependency> <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.ant</artifactId> - <version>1.8.4_1</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.jasypt</artifactId> <version>${jasypt.bundle.version}</version> </dependency> @@ -1480,4 +1469,4 @@ </dependencies> </dependencyManagement> -</project> \ No newline at end of file +</project>