Skip to content

Upstream master PR for BXMSDOC-6719: Upgraded JPMML dependency version from 1.4.9 to 1.5.1 #2953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ You cannot include PMML models from other projects in {CENTRAL}.
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator</artifactId>
<version>1.4.9</version>
<version>1.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-extension</artifactId>
<version>1.4.9</version>
<version>1.5.1</version>
<scope>provided</scope>
</dependency>
----
Expand Down Expand Up @@ -82,8 +82,8 @@ endif::[]
ifdef::DM,PAM[]
* `kie-dmn-jpmml` JAR file in the *{PRODUCT} {PRODUCT_VERSION_LONG} Maven Repository* distribution (`{PRODUCT_FILE}-maven-repository/maven-repository/org/kie/kie-dmn-jpmml/{MAVEN_ARTIFACT_VERSION}/kie-dmn-jpmml-{MAVEN_ARTIFACT_VERSION}.jar`) from the https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions&product={PRODUCT_INIT}&version={PRODUCT_VERSION_LONG}[Red Hat Customer Portal]
endif::[]
* https://mvnrepository.com/artifact/org.jpmml/pmml-evaluator/1.4.9[JPMML Evaluator 1.4.9] JAR file from the online Maven repository
* https://mvnrepository.com/artifact/org.jpmml/pmml-evaluator-extension/1.4.9[JPMML Evaluator Extensions 1.4.9] JAR file from the online Maven repository
* https://mvnrepository.com/artifact/org.jpmml/pmml-evaluator/1.5.1[JPMML Evaluator 1.5.1] JAR file from the online Maven repository
* https://mvnrepository.com/artifact/org.jpmml/pmml-evaluator-extension/1.5.1[JPMML Evaluator Extensions 1.5.1] JAR file from the online Maven repository

+
--
Expand Down