Skip to content

Commit d310e91

Browse files
committed
Updated JPMML-R dependency
1 parent 0f79432 commit d310e91

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

inst/java/classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pmml-evaluator-1.7.1.jar
1111
pmml-evaluator-metro-1.7.1.jar
1212
pmml-model-1.7.1.jar
1313
pmml-model-metro-1.7.1.jar
14-
pmml-rexp-1.6.6-minified.jar
14+
pmml-rexp-1.7.0-minified.jar
-49.9 KB
Binary file not shown.
50.6 KB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
</issueManagement>
4040

4141
<properties>
42+
<jpmml-r.version>1.7.0</jpmml-r.version>
4243
<guava.version>19.0</guava.version>
4344
<commons-math3.version>3.1</commons-math3.version>
4445
<project.build.outputTimestamp>2024-08-08T07:15:00Z</project.build.outputTimestamp>
@@ -73,7 +74,7 @@
7374
<dependency>
7475
<groupId>org.jpmml</groupId>
7576
<artifactId>pmml-rexp</artifactId>
76-
<version>1.6.6</version>
77+
<version>${jpmml-r.version}</version>
7778
<exclusions>
7879
<exclusion>
7980
<groupId>*</groupId>

0 commit comments

Comments
 (0)