Skip to content

Commit

Permalink
Fix build issues: Exclude bad dependency, upgrade Maven plugin plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 28, 2024
1 parent 483caca commit 3eb5e2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion com.io7m.aradine.maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@
<artifactId>maven-plugin-plugin</artifactId>
<executions>
<execution>
<id>mojo-descriptor</id>
<id>default-descriptor</id>
<phase>process-classes</phase>
<goals>
<goal>descriptor</goal>
</goals>
<configuration>
<goalPrefix>aradine</goalPrefix>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>3.8.6</version>
<exclusions>
<exclusion>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -462,7 +468,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.4</version>
<version>3.12.0</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 3eb5e2c

Please sign in to comment.