You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/06/30 07:26:57 UTC

[servicemix-bundles] branch master updated: Remove unused dependency in xmlbeans bundle

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/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 8064111c0 Remove unused dependency in xmlbeans bundle
8064111c0 is described below

commit 8064111c01655160b38c897755841d8f5ffdc365
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jun 30 09:26:32 2022 +0200

    Remove unused dependency in xmlbeans bundle
---
 xmlbeans-5.1.0/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/xmlbeans-5.1.0/pom.xml b/xmlbeans-5.1.0/pom.xml
index 9eef7d499..f8fed986e 100644
--- a/xmlbeans-5.1.0/pom.xml
+++ b/xmlbeans-5.1.0/pom.xml
@@ -83,13 +83,6 @@
             <optional>false</optional>
         </dependency>
 
-        <dependency>
-            <groupId>net.sf.saxon</groupId>
-            <artifactId>Saxon-B</artifactId>
-            <version>9.0</version>
-            <optional>true</optional>
-        </dependency>
-
         <!-- sources -->
         <dependency>
             <groupId>${pkgGroupId}</groupId>