Make native notifications lightweight
Remove dependency on external notification library and rewrite notifications to use lightweight native system notification implementations: * Linux - notify-send * OS X - apple script - display notification * Windows - TrayIcon Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -75,17 +75,6 @@
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>fr.jcgay.send-notification</groupId>
|
||||
<artifactId>send-notification</artifactId>
|
||||
<version>0.14.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.pushingpixels</groupId>
|
||||
<artifactId>substance</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user