jGauravGupta commented on PR #8754:
URL: https://github.com/apache/netbeans/pull/8754#issuecomment-3222474806

   The project failed to build with RELEASE270:
   🔗 https://github.com/jeddict/jeddict-ai
   
   Commit reference:
   🔗 
https://github.com/jeddict/jeddict-ai/commit/0c6bafa4e9245e8aad5560d5da7d28fa0e4af42c
   
   So I tweaked the configuration as follows:
   
   ````
   <dependencyManagement>
       <dependencies>
           <dependency>
               <groupId>com.google.inject</groupId>
               <artifactId>guice</artifactId>
               <version>5.1.0</version>
               <scope>compile</scope>
           </dependency>
       </dependencies>
   </dependencyManagement>
   
   <dependencies>
     <dependency>
         <groupId>org.netbeans.modules</groupId>
         <artifactId>org-netbeans-modules-maven-embedder</artifactId>
         <version>RELEASE270</version>
         <exclusions>
             <exclusion>
                 <groupId>org.jspecify.jspecify</groupId>
                 <artifactId>jspecify</artifactId>
             </exclusion>
         </exclusions>
     </dependency>
   </dependencies>
   ````


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