We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5810262 + 42526ce commit b7ed036Copy full SHA for b7ed036
1 file changed
otp-shaded/pom.xml
@@ -76,6 +76,11 @@
76
<Extension-Name>com.sun.media.imageio</Extension-Name>
77
</manifestEntries>
78
</transformer>
79
+ <!-- Combine the various ImageN/JAI configuration files into a single one.
80
+ Required by GeoTools for reading TIFF image during elevation data processing -->
81
+ <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
82
+ <resource>META-INF/registryFile.jai</resource>
83
+ </transformer>
84
</transformers>
85
</configuration>
86
<executions>
0 commit comments