Skip to content

Commit 4b36b56

Browse files
committed
Fix uber jar
1 parent 6ef45cf commit 4b36b56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,14 @@
286286
</transformer>
287287
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
288288
<mainClass>org.geoscript.js.GeoScriptShell</mainClass>
289+
<manifestEntries>
290+
<Specification-Title>Java Advanced Imaging Image I/O Tools</Specification-Title>
291+
<Specification-Version>1.1</Specification-Version>
292+
<Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor>
293+
<Implementation-Title>com.sun.media.imageio</Implementation-Title>
294+
<Implementation-Version>1.1</Implementation-Version>
295+
<Implementation-Vendor>Sun Microsystems, Inc.</Implementation-Vendor>
296+
</manifestEntries>
289297
</transformer>
290298
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
291299
</transformers>

0 commit comments

Comments
 (0)