This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d36cd72dd30ef3845402661cd32128d357f2c52b Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Mar 31 10:08:04 2020 +0200 CAMEL-14715 - Remove wsdl4j bundle property placeholder (camel-karaf-migration) --- parent/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5855a0b..48b4cff 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -544,7 +544,6 @@ <wiremock-version>2.24.1</wiremock-version> <woodstox-version>4.4.1</woodstox-version> <woodstox-core-version>5.2.1</woodstox-core-version> - <wsdl4j-bundle-version>1.6.3_1</wsdl4j-bundle-version> <wsdl4j-version>1.6.3</wsdl4j-version> <xalan-bundle-version>2.7.2_3</xalan-bundle-version> <xalan-version>2.7.2</xalan-version>
