I till have trouble to miograte to rdf4j 4.* #4071
Answered
by
hmottestad
naturzukunft
asked this question in
Q&A
-
There are some 3.7.2 artifacts, that are very sticky! i cannot find a problem in my dependencies, again searching for more than one hour ;-( |
Beta Was this translation helpful? Give feedback.
Answered by
hmottestad
Jul 19, 2022
Replies: 1 comment 12 replies
-
Can you try to remove the cached dependencies from your .m2 directory? Try removing https://www.baeldung.com/maven-local-repository And then run If this doesn’t help then you could try looking at the effective pom: |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
naturzukunft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try to remove the cached dependencies from your .m2 directory? Try removing
.m2/repository/org/eclipse
https://www.baeldung.com/maven-local-repository
And then run
mvn clean install -U
If this doesn’t help then you could try looking at the effective pom:
mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:effective-pom -Dverbose=true