artur.petrzak Posted September 16, 2022 Share Posted September 16, 2022 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 More sharing options...
madhumita.chandrasekar Posted February 24, 2023 Share Posted February 24, 2023 Hello. I'm facing the same issue with jrs-rest-java-client-8.0.0. Were you able to fix this? Link to comment Share on other sites More sharing options...
artur.petrzak Posted February 27, 2023 Author Share Posted February 27, 2023 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now