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 5c3a8fa commit 41f74cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion RELEASE-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A week in advance:

* All external dependencies must be on a non-SNAPSHOT version, to avoid failing to *close* the staging repo on nexus near the end of the release.

* Ask kiegroup modules (appformer, kie-wb-common, drools-wb, jbpm-wb, jbpm-designer, optaplanner-wb and kie-wb-distributions) leads to update the i18n translations:
* Ask kiegroup modules (appformer, kie-wb-common, drools-wb, jbpm-wb, jbpm-designer,and kie-wb-distributions) leads to update the i18n translations:

* Translations are at the time beeing a manual process since Zanata shut down

Expand Down
10 changes: 5 additions & 5 deletions kie-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@
<dependency>
<groupId>org.kie.server</groupId>
<artifactId>kie-server-services-optaplanner</artifactId>
<version>${version.org.kie}</version>
<version>7.73.0.Final</version>
</dependency>
<dependency>
<groupId>org.kie.server</groupId>
<artifactId>kie-server-services-optaplanner</artifactId>
<version>${version.org.kie}</version>
<version>7.73.0.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand Down Expand Up @@ -301,12 +301,12 @@
<dependency>
<groupId>org.kie.server</groupId>
<artifactId>kie-server-rest-optaplanner</artifactId>
<version>${version.org.kie}</version>
<version>7.73.0.Final</version>
</dependency>
<dependency>
<groupId>org.kie.server</groupId>
<artifactId>kie-server-rest-optaplanner</artifactId>
<version>${version.org.kie}</version>
<version>7.73.0.Final</version>
<classifier>sources</classifier>
</dependency>
<dependency>
Expand Down Expand Up @@ -2784,7 +2784,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-server-spring-boot-starter-optaplanner</artifactId>
<version>${version.org.kie}</version>
<version>7.73.0.Final</version>
</dependency>
<dependency>
<groupId>org.kie</groupId>
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
<version.com.jcraft>0.1.54</version.com.jcraft>
<version.com.lowagie.itext>2.1.7</version.com.lowagie.itext>
<version.com.miglayout>3.7.4</version.com.miglayout>
<!-- Only used by optaweb-vehicle-routing, but is required -->
<version.com.neovisionaries>1.27</version.com.neovisionaries>
<version.com.networknt.json-schema-validator>1.0.43</version.com.networknt.json-schema-validator>
<version.com.sun.xml.bind>2.3.0</version.com.sun.xml.bind>
<version.com.thoughtworks.xstream>1.4.20</version.com.thoughtworks.xstream>
Expand Down Expand Up @@ -2558,12 +2556,6 @@
<version>${version.com.miglayout}</version>
</dependency>

<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-i18n</artifactId>
<version>${version.com.neovisionaries}</version>
</dependency>

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
Expand Down

0 comments on commit 41f74cc

Please sign in to comment.