Skip to content

Commit

Permalink
Improved build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Oct 13, 2024
1 parent a440c6e commit f4a3634
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
<groupId>org.jpmml</groupId>
<artifactId>pmml-python</artifactId>
<version>1.2.4</version>
<exclusions>
<exclusion>
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Inherited from org.jpmml:pmml-converter dependency -->
Expand Down Expand Up @@ -125,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
<executions>
<execution>
<goals>
Expand All @@ -140,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit f4a3634

Please sign in to comment.