Skip to content

Commit

Permalink
BXMSPROD-2083: use of OptaPlanner final version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiarnes committed Jul 10, 2023
1 parent 6ab7ca3 commit 68bb87c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-xstream</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-xstream</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-xstream</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
<scope>provided</scope>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-workbench-models</artifactId>
<version>7.75.0-SNAPSHOT</version>
<version>${version.org.optaplanner}</version>
</parent>

<artifactId>optaplanner-workbench-models-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-workbench-models</artifactId>
<version>7.75.0-SNAPSHOT</version>
<version>${version.org.optaplanner}</version>
</parent>

<artifactId>optaplanner-workbench-models-datamodel-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-bom</artifactId>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 68bb87c

Please sign in to comment.