Den tors 30 dec. 2021 kl 18:11 skrev Neil C Smith <[email protected]>:
> Can you reproduce the effect of removing html4j from the platform app
> fixing it?
>
>
Sorry Neil, I missed that.
Not really sure of the best way to remove html4j I ended up adding the
following (including templatesui) to the platform dependency.
That made the problem disappear.
<exclusions>
<exclusion>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html.boot.fx</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-htmlui</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html.geo</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html.boot</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html.sound</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html.json</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.html</groupId>
<artifactId>net.java.html.boot.script</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-templatesui</artifactId>
</exclusion>
</exclusions>