Skip to content

Commit

Permalink
Exclude spurious GraalVM configs from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Oct 10, 2023
1 parent 60915af commit 144539b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/samm-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,13 @@
<exclude>org/apache/batik/apps/rasterizer/resources/rasterizer.policy</exclude>
</excludes>
</filter>
<!-- These configs add lots of spurious GraalVM configuration -->
<filter>
<artifact>org.jboss.forge.roaster:roaster-jdt</artifact>
<excludes>
<exclude>META-INF/native-image/**</exclude>
</excludes>
</filter>
<!-- Required to have Model Instantiators available -->
<filter>
<artifact>org.eclipse.esmf:esmf-aspect-meta-model-java</artifact>
Expand Down

0 comments on commit 144539b

Please sign in to comment.