This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new f093095 CAMEL-15847: Remove camel-core dependency from camel-workday
f093095 is described below
commit f093095f27a70c5347a6a73fe6821e2b6dcb0bab
Author: James Netherton <[email protected]>
AuthorDate: Fri Nov 13 10:04:53 2020 +0000
CAMEL-15847: Remove camel-core dependency from camel-workday
---
components/camel-workday/pom.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/components/camel-workday/pom.xml b/components/camel-workday/pom.xml
index a9a2458..505fd81 100644
--- a/components/camel-workday/pom.xml
+++ b/components/camel-workday/pom.xml
@@ -46,10 +46,6 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-support</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-core</artifactId>
- </dependency>
<!-- logging -->
<dependency>
@@ -66,7 +62,7 @@
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>