You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/11/15 06:58:38 UTC

[netbeans-html4j] branch master updated: Excluding modpatch transitive dependencies which have disappeared from the Maven central

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ff2696  Excluding modpatch transitive dependencies which have disappeared from the Maven central
2ff2696 is described below

commit 2ff269699397d9e193b97a8f7e169cbe3745a21d
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Sun Nov 15 07:46:26 2020 +0100

    Excluding modpatch transitive dependencies which have disappeared from the Maven central
---
 boot-fx/pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/boot-fx/pom.xml b/boot-fx/pom.xml
index ecde5f7..25e510f 100644
--- a/boot-fx/pom.xml
+++ b/boot-fx/pom.xml
@@ -94,8 +94,22 @@
     <dependency>
       <artifactId>webswing-app-toolkit</artifactId>
       <groupId>org.webswing</groupId>
-      <version>20.1.3</version>
+      <version>20.1.8</version>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>jdk.jsobject.modpatch</groupId>
+          <artifactId>jdk.jsobject.modpatch</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>java.desktop.modpatch</groupId>
+          <artifactId>java.desktop.modpatch</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.webswing</groupId>
+          <artifactId>webswing-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
   <description>A presentation provider to show JavaFX WebView 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists