Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
Description
In a fresh JHipster project, I get a strange error from the Maven enforcer plugin about Spring Roo dependencies.
[INFO] — maven-enforcer-plugin:3.0.0:enforce (enforce-dependencyConvergence) @ lapp-li —
[WARNING] The POM for org.apache.logging.log4j:log4j-api-java9:zip:2.14.1 is missing, no dependency information available
Downloading from spring-libs-snapshot: https://repo.spring.io/libs-snapshot/org/springframework/roo/org.springframework.roo.annotations/1.2.3.RELEASE/org.springframework.roo.annotations-1.2.3.RELEASE.pom
Downloading from spring-libs-release: https://repo.spring.io/libs-release/org/springframework/roo/org.springframework.roo.annotations/1.2.3.RELEASE/org.springframework.roo.annotations-1.2.3.RELEASE.pom
If I run mvn dependency:tree | grep roo, there are no results.
According to the issue below, reverting to -M3 solves the problem.
https://github.com/jhipster/generator-jhipster/issues/16318
Attachments
Issue Links
- is related to
-
MENFORCER-277 Upgrade maven-dependency-tree to 3.x
- Closed