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 523956c commit e851b4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core</artifactId>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jaxb</artifactId>
<version>${version.org.kie}</version>
<version>${version.org.optaplanner}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-bom</artifactId>
<type>pom</type>
<version>${project.version}</version>
<version>${version.org.optaplanner</version>
<scope>import</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"dependencies":[
{"groupId":"org.kie", "artifactId":"kie-api", "version":"${version.org.kie}", "scope":"provided"},
{"groupId":"org.kie", "artifactId":"kie-internal", "version":"${version.org.kie}", "scope":"provided"},
{"groupId":"org.optaplanner", "artifactId":"optaplanner-core", "version":"${version.org.kie}", "scope":"provided"},
{"groupId":"org.optaplanner", "artifactId":"optaplanner-persistence-jaxb", "version":"${version.org.kie}", "scope":"provided"},
{"groupId":"org.optaplanner", "artifactId":"optaplanner-core", "version":"${version.org.optaplanner}", "scope":"provided"},
{"groupId":"org.optaplanner", "artifactId":"optaplanner-persistence-jaxb", "version":"${version.org.optaplanner}", "scope":"provided"},
{"groupId":"junit", "artifactId":"junit", "version":"4.12", "scope":"test"},
{"groupId":"com.thoughtworks.xstream", "artifactId":"xstream", "version":"1.4.10", "scope":"test"}
]
Expand Down

0 comments on commit e851b4a

Please sign in to comment.