We are using snapshot for commons-imaging.
Today when we ran maven clean package we got new snapshot jar and we are now 
getting below error

org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock is not public in 
org.apache.commons.imaging.formats.jpeg.iptc; cannot be accessed from outside 
package

final List<IptcBlock> newBlocks = 
metadata.photoshopApp13Data.getNonIptcBlocks();
What is the alternative way to do above?

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-imaging</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

Reply via email to