ebarboni commented on issue #4339: URL: https://github.com/apache/netbeans/issues/4339#issuecomment-1175990862
https://repo1.maven.org/maven2/org/netbeans/api/org-netbeans-modules-java-lsp-server/RELEASE140/org-netbeans-modules-java-lsp-server-RELEASE140.pom show usage of <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.12.0</version> <classifier/> </dependency> and not <dependency> <groupId>org.netbeans.external</groupId> <artifactId>org-apache-commons-lang3</artifactId> <version>${netbeans.version}</version> </dependency> You should adapt your pom we try to use the artefacts from the maven central more than the one in external -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
