gdm-tts opened a new issue, #4339:
URL: https://github.com/apache/netbeans/issues/4339
### Apache NetBeans version
Apache NetBeans 14
### What happened
The depenency `org.netbeans.external:org-apache-commons-lang3` is not found
when upgrading a maven-based RPC application to RELEASE140 from RELEASE130.
The dependency is required by the module
`org.netbeans.modules.java.lsp.server`.
### How to reproduce
Create a new NetBeans Platform-based application built using Maven.
In the application pom.xml add the following dependency:
```
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>org-apache-commons-lang3</artifactId>
<version>${netbeans.version}</version>
</dependency>
```
It works when netbeans.version=RELEASE130.
A [search in Maven
Central](https://search.maven.org/artifact/org.netbeans.external/org-apache-commons-lang3)
confirms that RELEASE140 is not present.
### Did this work correctly in an earlier version?
Apache NetBeans 13
### Operating System
N/A
### JDK
N/A
### Apache NetBeans packaging
Apache NetBeans binary zip
### Anything else
_No response_
### Are you willing to submit a pull request?
Yes
### Code of Conduct
Yes
--
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