Skip to content

Commit

Permalink
fix: imageio requiring vendor name and version in some settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchouaki committed Mar 18, 2024
1 parent db90b54 commit e5545a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ile_de_france/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Implementation-Vendor>Eqasim</Implementation-Vendor>
<Implementation-Version>${parent.groupId}</Implementation-Version>
</manifestEntries>
</transformer>
</transformers>
<filters>
<filter>
Expand Down

0 comments on commit e5545a8

Please sign in to comment.