Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

ImageMagick wrapper added to bundle - magick -- Cannot be resolved

Avatar

Level 2

Hi

 

I've added ImageMagick wrapper (JMagick) to one of my workflow classes. 

 

import magick.ImageInfo;
import magick.MagickException;

Unfortunately, when it is deployed to local AEM instance, I've got the error in 

http://localhost:4502/system/console/bundles

 

like :

Imported Packages :

magick -- Cannot be resolved

 

here's a part of POM.xml where dependencies was added

        <!-- https://mvnrepository.com/artifact/jmagick/jmagick -->
<dependency>
<groupId>jmagick</groupId>
<artifactId>jmagick</artifactId>
<version>6.6.9</version>
<!-- <scope>provided</scope>-->
</dependency>


I've tried with and without a scope, but with no luck. Any suggestions?

 

0 Replies

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now