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 240d59cd0d4609524fb999eb11b0228607b06a74 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Aug 8 10:35:08 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Fixed more references --- .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 09b9eb0..19b578b 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 @@ -2245,12 +2245,12 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http-starter</artifactId> + <artifactId>camel-netty-http-starter</artifactId> <version>${project.version}</version> </dependency> <dependency>
