Jump to content

Failed to read artifact descriptor for com.jaspersoft.jasperserver:jasperserver-dto:jar:8.1.0


artur.petrzak

Recommended Posts

Hello,

I'm trying to upgrade jrs-rest-java-client from 7.9.0 to 8.1.0 (same problem with 8.0.0) but it's not possible due to strange jaspersoft artifactory issue.

Could not resolve dependencies for project xxx: Failed to collect dependencies at com.jaspersoft:jrs-rest-java-client:jar:8.1.0 -> com.jaspersoft.jasperserver:jasperserver-dto:jar:8.1.0: Failed to read artifact descriptor for com.jaspersoft.jasperserver:jasperserver-dto:jar:8.1.0: com.jaspersoft.jasperserver:server:pom:8.1.0 was not found in http://artifactory...[/code]

jrs-rest-java-client requires jasperserver-dto v8.1.0 which is a module from com.jaspersoft.jasperserver:server. Unfortunately, on jaspersoft artifactory last released version of server is 7.9.0. Higher versions are available, but only as snapshots. It's strange as jasperserver-dto as well as jrs-rest-java-client have 8.1.0 versions released. 

Do You have any idea how to resolve this issue?

Thank You for help.

Best regards from Poland,

Artur

 

 

Link to comment
Share on other sites

  • 5 months later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Yes, I have fixed it by creating jasperserver:server 8.1.0 pom from 8.1.0 snapshot version and pushing it to our artifactory. That's a hacky way, but as we are not using any other package from it - it works. Change in pom:

<version>release-8.1.0-SNAPSHOT</version>

to 

<version>8.1.0</version>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...