Updated Spring Boot stuff
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8609efb8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8609efb8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8609efb8 Branch: refs/heads/master Commit: 8609efb8aeea92a565462d2659aeb0bee11d2d15 Parents: 1efbc1c Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Oct 7 08:40:54 2016 -0500 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Oct 7 08:40:54 2016 -0500 ---------------------------------------------------------------------- components-starter/camel-amqp-starter/pom.xml | 2 +- spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8609efb8/components-starter/camel-amqp-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-amqp-starter/pom.xml b/components-starter/camel-amqp-starter/pom.xml index 62dde17..c232cc2 100644 --- a/components-starter/camel-amqp-starter/pom.xml +++ b/components-starter/camel-amqp-starter/pom.xml @@ -25,7 +25,7 @@ <artifactId>camel-amqp-starter</artifactId> <packaging>jar</packaging> <name>Spring-Boot Starter :: Camel :: AMQP</name> - <description>Spring-Boot Starter for Camel AMQP component which is based on the Apache Qid project</description> + <description>Spring-Boot Starter for Camel AMQP component which is based on the Apache Qpid project</description> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/8609efb8/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 1ae7f84..8077df6 100644 --- a/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -2710,7 +2710,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.14</version> + <version>2.0.15</version> </dependency> <dependency> <groupId>org.apache.openjpa</groupId> @@ -2738,6 +2738,17 @@ <version>3.4.9</version> </dependency> <dependency> + <groupId>org.cassandraunit</groupId> + <artifactId>cassandra-unit</artifactId> + <version>3.0.0.1</version> + <exclusions> + <exclusion> + <groupId>cassandra-all</groupId> + <artifactId>org.apache.cassandra</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.ccil.cowan.tagsoup</groupId> <artifactId>tagsoup</artifactId> <version>1.2.1</version>