Jump to content

artur.petrzak

Members
  • Posts

    2
  • Joined

  • Last visited

artur.petrzak's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. 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>
  2. 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
×
×
  • Create New...