CAMEL-10925: fixing camel-mongodb-gridfs-starter
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d1deb844 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d1deb844 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d1deb844 Branch: refs/heads/master Commit: d1deb84488fe282c7b2bade892892d8bc8787782 Parents: 29ef57ed Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Wed Mar 15 17:17:04 2017 +0100 Committer: Nicola Ferraro <ni.ferr...@gmail.com> Committed: Wed Mar 15 17:53:31 2017 +0100 ---------------------------------------------------------------------- .../src/main/resources/META-INF/spring.factories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d1deb844/platforms/spring-boot/components-starter/camel-mongodb-gridfs-starter/src/main/resources/META-INF/spring.factories ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-mongodb-gridfs-starter/src/main/resources/META-INF/spring.factories b/platforms/spring-boot/components-starter/camel-mongodb-gridfs-starter/src/main/resources/META-INF/spring.factories index 56909be..47c0626 100644 --- a/platforms/spring-boot/components-starter/camel-mongodb-gridfs-starter/src/main/resources/META-INF/spring.factories +++ b/platforms/spring-boot/components-starter/camel-mongodb-gridfs-starter/src/main/resources/META-INF/spring.factories @@ -16,4 +16,4 @@ # org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.apache.camel.component.gridfs.springboot.GridFsComponentAutoConfiguration +org.apache.camel.component.mongodb.gridfs.springboot.GridFsComponentAutoConfiguration