pekuz commented on PR #10460: URL: https://github.com/apache/camel/pull/10460#issuecomment-1611293509
@oscerd OK, thx. IMHO the pom.xml versions might need adjustments: <version>3.21.0-SNAPSHOT</version> </parent> on 3.x 3.22.0-SNAPSHOT, no? as I understand it will not be included in 3.21. on main, I guess 4.0-SNAPSHOT ... <properties> <minimalJavaBuildVersion>11</minimalJavaBuildVersion> </properties> minimalJavaBuildVersion was fixed on main so remove, no? (but the fix was not backported to 3.x, not sure, see CAMEL-19384) .... <dependency> <groupId>com.azure</groupId> <artifactId>azure-storage-file-share</artifactId> <version>12.18.0</version> <!-- https://mvnrepository.com/artifact/com.azure/azure-storage-file-share --> </dependency> Here, the camel azure bom pom moved to .1 or .2. I'm not sure why I got no warning on the explicit version here. IMHO this could be eliminated in favour of the the camel azure bom pom. Hope it helps -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org