Skip to content

Commit

Permalink
Improved build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Feb 13, 2021
1 parent c74533b commit a9120bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
17 changes: 6 additions & 11 deletions pmml-evaluator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@
<artifactId>pmml-model</artifactId>
</dependency>

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

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand All @@ -56,6 +45,12 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@
<version>1.19</version>
</dependency>

<!-- Inherited from org.jpmml:pmml-model-metro and org.jpmml:pmml-model-moxy dependencies -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.3</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit a9120bc

Please sign in to comment.