This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch incubator-kie-issues#2261
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/incubator-kie-issues#2261 by
this push:
new e9c8ced1c6 [incubator-kie-issues#2261] Working build on drools
e9c8ced1c6 is described below
commit e9c8ced1c657609d5326f19586c3175e44ca4848
Author: Gabriele-Cardosi <[email protected]>
AuthorDate: Thu Feb 26 11:33:26 2026 +0100
[incubator-kie-issues#2261] Working build on drools
---
kie-quarkus-build-parent/pom.xml | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/kie-quarkus-build-parent/pom.xml b/kie-quarkus-build-parent/pom.xml
index e54ac39897..822eb4af30 100644
--- a/kie-quarkus-build-parent/pom.xml
+++ b/kie-quarkus-build-parent/pom.xml
@@ -4,9 +4,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>drools-parent</artifactId>
<groupId>org.kie</groupId>
+ <artifactId>drools-build-parent</artifactId>
<version>999-SNAPSHOT</version>
+ <relativePath>../build-parent/pom.xml</relativePath>
</parent>
<artifactId>kie-quarkus-build-parent</artifactId>
@@ -20,13 +21,9 @@
<properties>
<version.io.quarkus>3.27.2</version.io.quarkus>
<!-- Used to define which poms are allowed to have dependencyManagement
sections. This is to enforce the convention that only the root pom should have
dependencyManagement, and all other poms should inherit from it. -->
- <allowedPomsList>org.kie:kie-quarkus-bom</allowedPomsList>
- <maven.compiler.release>17</maven.compiler.release>
+ <allowedPomsList>org.kie:kie-quarkus-build-parent</allowedPomsList>
</properties>
- <!-- IMPORTANT: Do not declare any build things here! -->
- <build/>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -36,13 +33,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
- <dependency>
- <groupId>org.kie</groupId>
- <artifactId>drools-build-parent</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-quarkus-integration-test-multimodule-dep</artifactId>
@@ -65,11 +55,6 @@
<version>${project.version}</version>
</dependency>
- <!-- Not sure why it is declared that way inside
drools-quarkus-extension, but let's make it available for all submodules -->
- <!-- <dependency>
- <groupId>org.assertj</groupId>
- <artifactId>assertj-core</artifactId>
- </dependency>-->
</dependencies>
</dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]