Skip to content

Commit

Permalink
[kie-issues#1561] Remove productized profile for filtering out optapl…
Browse files Browse the repository at this point in the history
…anner-constraint-streams-bavet module. (#3136)
  • Loading branch information
baldimir authored Oct 23, 2024
1 parent e080aad commit c5ffd30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
21 changes: 4 additions & 17 deletions core/optaplanner-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
15 changes: 1 addition & 14 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit c5ffd30

Please sign in to comment.