Skip to content

Commit

Permalink
Merged 'pmml-h2o-testing' modoule into the main module
Browse files Browse the repository at this point in the history
See commit 702356c
  • Loading branch information
vruusmann committed Jan 7, 2022
1 parent d156251 commit d4e0276
Show file tree
Hide file tree
Showing 78 changed files with 5 additions and 67 deletions.
61 changes: 0 additions & 61 deletions pmml-h2o-testing/pom.xml

This file was deleted.

4 changes: 4 additions & 0 deletions pmml-h2o/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter</artifactId>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter-testing</artifactId>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<modules>
<module>pmml-h2o</module>
<module>pmml-h2o-example</module>
<module>pmml-h2o-testing</module>
</modules>

<scm>
Expand All @@ -61,11 +60,6 @@
<artifactId>pmml-h2o-example</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-h2o-testing</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
Expand All @@ -76,6 +70,7 @@
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter-testing</artifactId>
<version>1.5.1</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit d4e0276

Please sign in to comment.