This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new ce3ca48193 CAUSEWAY-2297: removes Apache Camel from BOM (not used)
ce3ca48193 is described below
commit ce3ca481934a2192f5bf4732a7fada533827d1a0
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 10 06:48:29 2023 +0100
CAUSEWAY-2297: removes Apache Camel from BOM (not used)
---
bom/pom.xml | 58 ----------------------------------------------------------
1 file changed, 58 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index e115b3a781..53edf42d34 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1692,64 +1692,6 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-core</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-spring</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-jms</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-stream</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-ognl</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-jaxb</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-jackson</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-spring-javaconfig</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-cxf</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-test</artifactId>
- <version>${camel.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-test-spring</artifactId>
- <version>${camel.version}</version>
- <scope>test</scope>
- </dependency>
-
<!-- TODO: when used, move exclusions down -->
<dependency>
<groupId>org.apache.commons</groupId>