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 bfdce78eeba46dc027fdb8bafbfb63b59c1950d1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 11 14:29:06 2019 +0100 Removed property placeholder and dependencies related to Krati --- parent/pom.xml | 8 -------- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 ----- 2 files changed, 13 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 885106c..b4088cf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -437,7 +437,6 @@ <karaf2-version>2.4.4</karaf2-version> <karaf4-version>4.2.1</karaf4-version> <kie-version>7.14.0.Final</kie-version> - <krati-version>0.4.9</krati-version> <kubernetes-client-version>4.1.1</kubernetes-client-version> <kubernetes-model-version>4.1.1</kubernetes-model-version> <kxml2-bundle-version>2.3.0_3</kxml2-bundle-version> @@ -4692,13 +4691,6 @@ <version>${zookeeper-version}</version> </dependency> - <!-- optional krati dependency --> - <dependency> - <groupId>com.sna-projects.krati</groupId> - <artifactId>krati</artifactId> - <version>${krati-version}</version> - </dependency> - <!-- optional OptaPlanner dependencies --> <dependency> <groupId>org.optaplanner</groupId> diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index ba79de9..f728815 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -116,11 +116,6 @@ <version>3.4.2</version> </dependency> <dependency> - <groupId>com.sna-projects.krati</groupId> - <artifactId>krati</artifactId> - <version>0.4.9</version> - </dependency> - <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>2.3.0</version>