Skip to content

Commit 1761a11

Browse files
committed
- fix missing dependency macOS
1 parent 04a547a commit 1761a11

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@
239239
<artifactId>jlibnotify</artifactId>
240240
<version>${jlibnotify.version}</version>
241241
<exclusions>
242-
<exclusion>
243-
<groupId>net.java.dev.jna</groupId>
244-
<artifactId>*</artifactId>
245-
</exclusion>
246242
<exclusion>
247243
<groupId>junit</groupId>
248244
<artifactId>junit</artifactId>
@@ -882,17 +878,6 @@
882878
<install4j.platform>linux</install4j.platform>
883879
</properties>
884880
<dependencies>
885-
<dependency>
886-
<groupId>es.blackleg</groupId>
887-
<artifactId>jlibnotify</artifactId>
888-
<version>${jlibnotify.version}</version>
889-
<exclusions>
890-
<exclusion>
891-
<groupId>junit</groupId>
892-
<artifactId>junit</artifactId>
893-
</exclusion>
894-
</exclusions>
895-
</dependency>
896881
<dependency>
897882
<groupId>org.openjfx</groupId>
898883
<artifactId>javafx-base</artifactId>
@@ -979,16 +964,6 @@
979964
</properties>
980965
<dependencies>
981966
<dependency>
982-
<groupId>es.blackleg</groupId>
983-
<artifactId>jlibnotify</artifactId>
984-
<version>${jlibnotify.version}</version>
985-
<exclusions>
986-
<exclusion>
987-
<groupId>junit</groupId>
988-
<artifactId>junit</artifactId>
989-
</exclusion>
990-
</exclusions>
991-
</dependency> <dependency>
992967
<groupId>org.openjfx</groupId>
993968
<artifactId>javafx-base</artifactId>
994969
<version>${javafx.version}</version>

0 commit comments

Comments
 (0)