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 8b7374e881ba17c529851dbbb6a5067b0bc10ff3 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 18:36:21 2020 +0100 Regen --- core/camel-allcomponents/pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index 9f3dcac..70a9d2b 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -484,11 +484,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-etcd</artifactId> + <artifactId>camel-etcd3</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-etcd3</artifactId> + <artifactId>camel-etcd</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> @@ -1116,11 +1116,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-sip</artifactId> + <artifactId>camel-shiro</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-shiro</artifactId> + <artifactId>camel-sip</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> @@ -1256,15 +1256,15 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test</artifactId> + <artifactId>camel-test-cdi</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test-cdi</artifactId> + <artifactId>camel-test-junit5</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test-junit5</artifactId> + <artifactId>camel-test-spring-junit5</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> @@ -1272,15 +1272,15 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test-spring-junit5</artifactId> + <artifactId>camel-test</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-testcontainers</artifactId> + <artifactId>camel-testcontainers-junit5</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-testcontainers-junit5</artifactId> + <artifactId>camel-testcontainers-spring-junit5</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> @@ -1288,7 +1288,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-testcontainers-spring-junit5</artifactId> + <artifactId>camel-testcontainers</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> @@ -1320,11 +1320,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-undertow</artifactId> + <artifactId>camel-undertow-spring-security</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-undertow-spring-security</artifactId> + <artifactId>camel-undertow</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId>
