This is an automated email from the ASF dual-hosted git repository. davsclaus 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 60807b6 [CAMEL-14197] Missing dependency in camel-optaplanner (#3355) 60807b6 is described below commit 60807b662150a893cbe6c112163bd4b9454fa57c Author: Thomas Diesler <tdies...@redhat.com> AuthorDate: Thu Nov 21 10:02:19 2019 +0100 [CAMEL-14197] Missing dependency in camel-optaplanner (#3355) --- components/camel-optaplanner/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-optaplanner/pom.xml b/components/camel-optaplanner/pom.xml index b43d72d..f2b98bb 100644 --- a/components/camel-optaplanner/pom.xml +++ b/components/camel-optaplanner/pom.xml @@ -45,6 +45,10 @@ <groupId>org.optaplanner</groupId> <artifactId>optaplanner-core</artifactId> </dependency> + <dependency> + <groupId>org.optaplanner</groupId> + <artifactId>optaplanner-persistence-common</artifactId> + </dependency> <!-- testing --> <dependency>