Skip to content

Commit

Permalink
Updated JPMML-Model dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 8, 2024
1 parent 39bb394 commit cd348d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,32 +119,32 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-agent</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model-jackson</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model-kryo</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model-metro</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model-moxy</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cd348d6

Please sign in to comment.