This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/main by this push:
     new c5ffd3060d [kie-issues#1561] Remove productized profile for filtering 
out optaplanner-constraint-streams-bavet module. (#3136)
c5ffd3060d is described below

commit c5ffd3060ddb382d04a0f6b14540a5b690878680
Author: Tibor Zimányi <[email protected]>
AuthorDate: Wed Oct 23 15:21:49 2024 +0200

    [kie-issues#1561] Remove productized profile for filtering out 
optaplanner-constraint-streams-bavet module. (#3136)
---
 core/optaplanner-core/pom.xml | 21 ++++-----------------
 core/pom.xml                  | 15 +--------------
 2 files changed, 5 insertions(+), 31 deletions(-)

diff --git a/core/optaplanner-core/pom.xml b/core/optaplanner-core/pom.xml
index cc897c1265..7ffcaa7140 100644
--- a/core/optaplanner-core/pom.xml
+++ b/core/optaplanner-core/pom.xml
@@ -57,6 +57,10 @@
       <groupId>org.optaplanner</groupId>
       <artifactId>optaplanner-constraint-drl</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.optaplanner</groupId>
+      <artifactId>optaplanner-constraint-streams-bavet</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
@@ -75,21 +79,4 @@
     </plugins>
   </build>
 
-  <profiles>
-    <profile>
-      <id>default</id>
-      <activation>
-        <property>
-          <name>!productized</name>
-        </property>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>org.optaplanner</groupId>
-          <artifactId>optaplanner-constraint-streams-bavet</artifactId>
-        </dependency>
-      </dependencies>
-    </profile>
-  </profiles>
-
 </project>
diff --git a/core/pom.xml b/core/pom.xml
index ddf3f43cba..c7f423514b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -49,20 +49,7 @@
     <module>optaplanner-constraint-streams-common</module>
     <module>optaplanner-constraint-streams-drools</module>
     <module>optaplanner-constraint-drl</module>
+    <module>optaplanner-constraint-streams-bavet</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>default</id>
-      <activation>
-        <property>
-          <name>!productized</name>
-        </property>
-      </activation>
-      <modules>
-        <module>optaplanner-constraint-streams-bavet</module>
-      </modules>
-    </profile>
-  </profiles>
-
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to