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 2020/09/24 14:54:42 UTC

[servicemix-bundles] branch master updated: Fix castor-1.4.1 package imports

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 309a68b  Fix castor-1.4.1 package imports
     new 0b2e2c3  Merge pull request #147 from helgoboss/master
309a68b is described below

commit 309a68bd3668525f24afdf8035a688a112b0a617
Author: Benjamin Klum <be...@helgoboss.org>
AuthorDate: Thu Sep 24 15:27:12 2020 +0200

    Fix castor-1.4.1 package imports
---
 castor-1.4.1/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/castor-1.4.1/pom.xml b/castor-1.4.1/pom.xml
index 6b420da..3566fc2 100644
--- a/castor-1.4.1/pom.xml
+++ b/castor-1.4.1/pom.xml
@@ -57,6 +57,7 @@
             org.w3c.dom,
             org.xml.sax*,
             org.apache.commons.lang;version="[2.1,3)",
+            org.apache.commons.lang3;version="[3.4,4)",
             org.apache.oro*;version="[2,3)",
             org.apache.regexp*;version="[1.4,2)",
             org.springframework.stereotype;resolution:=optional,