jmborer commented on issue #4050:
URL: https://github.com/apache/netbeans/issues/4050#issuecomment-1140409398

   I tried as well 
   
           <dependency>
               <groupId>org.netbeans.cluster</groupId>
               <artifactId>platform</artifactId>
               <version>${netbeans.version}</version>
               <type>pom</type>
               <exclusions>
                   <exclusion> 
                       <groupId>org.netbeans.html</groupId> 
                       <artifactId>net.java.html.boot.fx</artifactId> 
                   </exclusion>
               </exclusions>
           </dependency>
           
           <dependency> 
               <groupId>org.netbeans.external</groupId> 
               <artifactId>net-java-html-boot-fx</artifactId> 
               <version>RELEASE113</version> 
           </dependency>
   
   My app builds as well, but i still have the same issues with the number of 
processes detected:
   
![image](https://user-images.githubusercontent.com/6607350/170860878-9b2437d4-0518-4efe-b949-c89f6de82bba.png)
   
   
![image](https://user-images.githubusercontent.com/6607350/170860891-5c95f308-a752-4204-b639-4793100f6364.png)
   
   


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