JasperMobile for Android 1.5 missing dependencies

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?

Ranit's picture
37
Joined: Nov 13 2012 - 6:51pm
Last seen: 9 years 5 months ago

1 Answer:

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.
igadzhega's picture
362
Joined: Jan 16 2011 - 3:44am
Last seen: 9 years 4 weeks ago

Hi igadzhega,
Thanks for your help.
I fixed it and it works properly.

Ranit - 9 years 8 months ago
Feedback