cancel
Showing results for 
Search instead for 
Did you mean: 

Maven SDK Issue

hardik1512
Star Contributor
Star Contributor
Hello Friends,

I am trying to set development environment with below details.
Alfresco : EE 4.2.4
Maven SDK 1.1.1

But while creating repo-amp(mvn install) it shows below error.

Failed to collect dependencies at org.alfresco:alfresco-enterprise-repository:jar:4.2.4 -> org.activiti:activiti-explorer:jar:5.13-alf-20140708 ->
com.thebuzzmedia:imgscalr-lib:jar:3.1:
Failed to read artifact descriptor for com.thebuzzmedia:imgscalr-lib:jar:3.1: Could not transfer artifact com.thebuzzmedia:imgscalr-libSmiley Tongueom:3.1 from/to buzzmedia (http://maven.thebuzzmedia.com😞 maven.thebuzzmedia.com:80 failed to respond -> [Help 1]

I googled error and found this(https://github.com/rkalla/imgscalr/issues/115). It says:
maven.thebuzzmedia.com is down because imgscalr moved into Maven central repo - no additional "repository" tags needed, it's in the official Maven repo!

But I dont know how to fix this in alfresco.

Please let me help fix this issue. Attached is the error.
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
That imgscalr-lib JAR is in Maven Central here: https://mvnrepository.com/artifact/org.imgscalr/imgscalr-lib/4.2

Have you tried adding it as a dependency to your pom.xml?

Jeff