This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new f014674 Remove redundant apt dependency from camel-quarkus-bom
f014674 is described below
commit f014674f3a5bf48a043c024700e9424e77c89dbc
Author: James Netherton <[email protected]>
AuthorDate: Fri Jun 18 14:27:00 2021 +0100
Remove redundant apt dependency from camel-quarkus-bom
---
poms/bom/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 8eeb623..efeb211 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -102,11 +102,6 @@
<!--$ org.apache.camel $-->
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>apt</artifactId>
- <version>${camel.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
<artifactId>camel-activemq</artifactId>
<version>${camel.version}</version>
<exclusions>