This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 8ff031bbb0b CAMEL-18928: removed component camel-optaplanner
8ff031bbb0b is described below
commit 8ff031bbb0b9a573d6ba67de7d3c04bd278943f3
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 17 08:27:39 2023 +0100
CAMEL-18928: removed component camel-optaplanner
Signed-off-by: Andrea Cosentino <[email protected]>
---
bom/camel-bom/pom.xml | 5 -----
catalog/camel-allcomponents/pom.xml | 5 -----
parent/pom.xml | 14 --------------
3 files changed, 24 deletions(-)
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 532074fe975..a9edc315175 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1456,11 +1456,6 @@
<artifactId>camel-opentelemetry</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-optaplanner</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-paho</artifactId>
diff --git a/catalog/camel-allcomponents/pom.xml
b/catalog/camel-allcomponents/pom.xml
index 2cf26436338..65be4ac47f8 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -1253,11 +1253,6 @@
<artifactId>camel-opentelemetry</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-optaplanner</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-paho</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index f69fd7a442a..f185f2bf40c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1899,11 +1899,6 @@
<artifactId>camel-opentelemetry</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-optaplanner</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-paho</artifactId>
@@ -3694,15 +3689,6 @@
<version>${zookeeper-version}</version>
</dependency>
- <!-- optional OptaPlanner dependencies -->
- <dependency>
- <groupId>org.optaplanner</groupId>
- <artifactId>optaplanner-bom</artifactId>
- <version>${optaplanner-version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
-
<!-- optional Nitrite dependencies -->
<dependency>
<groupId>org.dizitart</groupId>