Hi community,
I've downloaded JasperMobile for Android (V 1.5) from http://community.jaspersoft.com/project/jaspermobile-android/releases.
I've built it several times but failed because it couldn't resolve two dependencies.
Error message:
The POM for com.jaspersoft.android.sdk:js-android-sdk-client:jar:1.5 is missing, no dependency information available
The POM for com.jaspersoft.android.sdk:js-android-sdk-ui:apklib:1.5 is missing, no dependency information available
Any solutions?
1 Answer:
Posted on July 17, 2013 at 12:12pm
These two dependencies are available on Jaspersoft Artifactory:
Check if you have this part of code in your pom.xml:
<repositories>
<repository>
<id>Jaspersoft Artifactory</id>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</repositories>
and you able to connect to http://jaspersoft.artifactoryonline.com manually.
Hi igadzhega,
Thanks for your help.
I fixed it and it works properly.