priyanahata opened a new issue, #8833:
URL: https://github.com/apache/netbeans/issues/8833

   ### Apache NetBeans version
   
   Apache NetBeans 27
   
   ### What happened
   
   If you include org-netbeans-api-maven in your pom, it will complain about 
google juice "5.1.0-classess" and "org.jspecify.jspecify" (in central is 
"org.jspecify") 
   
   ### Language / Project Type / NetBeans Component
   
   _No response_
   
   ### How to reproduce
   
   To add this module as a maven dep of your plugin, one needs to do this: 
   
   <dependency>
               <groupId>org.netbeans.api</groupId>
               <artifactId>org-netbeans-api-maven</artifactId>
               <version>${netbeans.version}</version>
               <exclusions>
                   <exclusion>
                       <groupId>com.google.inject</groupId>
                       <artifactId>guice</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.jspecify.jspecify</groupId>
                       <artifactId>jspecify</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <dependency>
               <groupId>com.google.inject</groupId>
               <artifactId>guice</artifactId>
               <version>5.1.0</version>
           </dependency>
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   it doesnt matter
   
   ### JDK
   
   it doesnt matter
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
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

Reply via email to