Skip to content

Commit

Permalink
FISH-267 Remove XMPP Notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
MeroRai committed Jul 22, 2020
1 parent cae718d commit 4360d9f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
7 changes: 0 additions & 7 deletions appserver/extras/embedded/all/pom.xml
Expand Up @@ -381,13 +381,6 @@
<type>zip</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>notification-xmpp</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>notification-datadog</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions appserver/extras/embedded/web/pom.xml
Expand Up @@ -336,13 +336,6 @@
<type>zip</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>notification-xmpp</artifactId>
<version>${project.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>notification-datadog</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions appserver/featuresets/payara-web/pom.xml
Expand Up @@ -176,12 +176,6 @@
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>notification-xmpp</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>notification-datadog</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions appserver/packager/glassfish-gui-l10n/pom.xml
Expand Up @@ -205,11 +205,6 @@
<artifactId>snmp-notifier-console-plugin-l10n</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.admingui</groupId>
<artifactId>xmpp-notifier-console-plugin-l10n</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

5 changes: 0 additions & 5 deletions appserver/packager/glassfish-gui/pom.xml
Expand Up @@ -247,11 +247,6 @@
<artifactId>snmp-notifier-console-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.admingui</groupId>
<artifactId>xmpp-notifier-console-plugin</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.sun.jsftemplating</groupId>
Expand Down

0 comments on commit 4360d9f

Please sign in to comment.