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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists