Skip to content

Commit

Permalink
NO_ISSUE: cleaning leftover from experimental operator removal (#3129)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcelli authored Oct 3, 2024
1 parent 39fc350 commit b9a2bff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 45 deletions.
17 changes: 0 additions & 17 deletions build/optaplanner-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,23 +499,6 @@
<version>${version.org.optaplanner}</version>
</dependency>
<!-- OptaPlanner operator -->
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
<version>${version.org.optaplanner}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
<type>test-jar</type>
<version>${version.org.optaplanner}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
6 changes: 0 additions & 6 deletions build/optaplanner-build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,6 @@
<artifactId>openjpa</artifactId>
<version>${version.org.apache.openjpa}</version>
</dependency>
<!-- optaplanner-operator -->
<dependency>
<groupId>io.quarkiverse.operatorsdk</groupId>
<artifactId>quarkus-operator-sdk</artifactId>
<version>${version.io.quarkiverse.operatorsdk}</version>
</dependency>

<!-- OpenRewrite -->
<dependency>
Expand Down
14 changes: 0 additions & 14 deletions build/optaplanner-distribution-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,6 @@
</dependencies>

<profiles>
<profile>
<id>default</id>
<activation>
<property>
<name>!productized</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-operator</artifactId>
</dependency>
</dependencies>
</profile>
<profile>
<id>productized</id>
<activation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,13 @@
<exclude>.git/**</exclude>
</excludes>
</fileSet>
<!-- OptaPlanner Operator distribution. -->
<fileSet>
<directory>../../optaplanner-operator/target/install</directory>
<outputDirectory>extra/optaplanner-operator</outputDirectory>
</fileSet>
</fileSets>

<dependencySets>
<dependencySet>
<includes>
<include>org.optaplanner:*:jar</include>
</includes>
<excludes>
<exclude>org.optaplanner:optaplanner-operator:jar</exclude>
</excludes>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>examples/binaries</outputDirectory>
<useStrictFiltering>true</useStrictFiltering>
Expand Down

0 comments on commit b9a2bff

Please sign in to comment.