jGauravGupta opened a new pull request, #8754: URL: https://github.com/apache/netbeans/pull/8754
This PR corrects two Maven coordinates in [`java/maven.embedder/external/binariesembedded-list`](https://github.com/apache/netbeans/blob/27/java/maven.embedder/external/binariesembedded-list). #### Changes: 1. **JSpecify** - Current: ``` org.jspecify.jspecify:jspecify:1.0.0 ``` - Corrected: ``` org.jspecify:jspecify:1.0.0 ``` - Reference: [Maven Central - org.jspecify:jspecify:1.0.0](https://mvnrepository.com/artifact/org.jspecify/jspecify/1.0.0) --- 2. **Guice** - Current: ``` com.google.inject:guice:5.1.0-classes ``` - Corrected: ``` com.google.inject:guice:5.1.0 ``` - Reference: [Maven Central - com.google.inject:guice:5.1.0](https://mvnrepository.com/artifact/com.google.inject/guice/5.1.0) --- ### Notes These corrections align the coordinates with Maven Central and prevent potential build or dependency resolution issues. -- 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
