Skip to content

Commit

Permalink
Fixed the build for Oracle JDK 9
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Oct 20, 2020
1 parent 3ce3459 commit c54b8e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pmml-evaluator-kryo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<version>0.45</version>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model-metro</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit c54b8e0

Please sign in to comment.