Skip to content

Commit

Permalink
Update pom to pull latest DAI MOJO SP API version
Browse files Browse the repository at this point in the history
Updated pom version dependency for daimojo.version to be 2.4.8 since that was the latest version of the DAI MOJO Scoring Pipeline pipeline.mojo downloaded from DAI Experiment tested with this processor. Also tested this processor with this DAI MOJO SP API version when compiling processor during Cloudera Certification testing.
  • Loading branch information
james94 authored Oct 16, 2020
1 parent 8cd82d4 commit 35c2bfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<nifi.version>1.11.4</nifi.version>
<daimojo.version>2.4.2</daimojo.version>
<daimojo.version>2.4.8</daimojo.version>
</properties>

<artifactId>nifi-daimojo-record-processors</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- Driverless AI v1.8.7.1 MOJO Scoring Pipeline v2.4.2 dependencies -->
<!-- Driverless AI v1.9.0 MOJO Scoring Pipeline v2.4.8 dependencies -->
<!-- https://mvnrepository.com/artifact/ai.h2o/mojo2-runtime-api -->
<dependency>
<groupId>ai.h2o</groupId>
Expand Down

0 comments on commit 35c2bfb

Please sign in to comment.