You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
following the Alfresco official documentation for SDK 5.2.0 (link) I added the alfresco-java-sdk parent pom with both the dependencies for event-api and rest-api.
Strictly following the documentation you get compilation error for:
It's worth noting that it looks for version 0.0.1-SNAPSHOT and if you modify your project.version also this one changes. A quick look to alfesco-java-sdk pom reveals that there is this dependency inside:
Hi All,
following the Alfresco official documentation for SDK 5.2.0 (link) I added the alfresco-java-sdk parent pom with both the dependencies for event-api and rest-api.
Strictly following the documentation you get compilation error for:
Missing artifact org.alfresco:alfresco-java-rest-api-common:jar:0.0.1-SNAPSHOT
It's worth noting that it looks for version 0.0.1-SNAPSHOT and if you modify your project.version also this one changes. A quick look to alfesco-java-sdk pom reveals that there is this dependency inside:
that, I guess, causes the issue.
I solved it by excluding this dependency from the rest-api one and adding it manually in my pom:
but I would suggest an official fix, maybe referring in the parent pom to a dedicated property.
Thank you,
kind regards
The text was updated successfully, but these errors were encountered: