cstamas commented on PR #1211: URL: https://github.com/apache/maven/pull/1211#issuecomment-1816745193
Well, here is a counter example: I have no **conflicting imports** as I import just one: ``` <project> <modelVersion>4.0.0</modelVersion> <groupId>org.cstamas</groupId> <artifactId>test</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> <version>26.9.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </project> ``` and with this PR it produces all these warnings: https://gist.github.com/cstamas/110351c2eeb6b56b8ceee9818be65872 Basically this one single BOM is "self conflicting". What now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org