Skip to content

Commit

Permalink
Updated JPMML-Converter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jun 5, 2019
1 parent 9c52cf3 commit 6387ce4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-converter</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-xgboost</artifactId>
<version>1.3.8</version>
<version>1.3.9</version>
</dependency>

<dependency>
Expand All @@ -91,13 +91,13 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator</artifactId>
<version>1.4.9</version>
<version>1.4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-test</artifactId>
<version>1.4.9</version>
<version>1.4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6387ce4

Please sign in to comment.