-
Notifications
You must be signed in to change notification settings - Fork 1.5k
org.springframework.roo:org.springframework.roo.annotations:pom:1.2.3.RELEASE was not found #2347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Spring querydsl always use legacy version of org.springframework.roo.annotations here so overloading repositories into our project cause missing repo : adding this solve issue
or exclude org.springframework.roo from spring-data-jpa :
|
This is essentially the same as #2285 and just as that it is a problem of Querydsl. |
Thanks for fast answering, Any idea why it's working with maven 3.6.3 ? |
Just a guess, but maybe maven changed the order in which it applies dependencies and repository configurations. You could generate the effective pom for both variants and diff them to get an idea what is going on. Also, |
Hello everybody,
I have a relatively similar error to #2285
I add
spring-boot-starter-data-jpa
version 2.5.5 to the pom.xml project :like this (some exclusion to avoid dependency conflict)
with maven 3.6.3 :
mvn clean verify -DskipTest=true
give a build successwith maven 3.8.2 :
mvn clean vertify -DskipTest=true
give errorTried workaround :
give following error
build success again.
Always requiring org.springframework.roo.annotations version 1.2.3.RELEASE
maybe due to querydsl/querydsl#3005
and fix with querydsl release 5.0.0 https://github.com/querydsl/querydsl/releases/tag/QUERYDSL_5_0_0
but it seem difficult to find which dependency really include
org.springframework.roo:org.springframework.roo.annotations
cordially
The text was updated successfully, but these errors were encountered: