Skip to content

Commit

Permalink
- Add AMQ notifier plugin to GeoServer
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Feb 16, 2017
1 parent 671e8fe commit 264262c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,22 @@
<artifactId>gs-sec-oauth2-geonode</artifactId>
<version>${geoserver.version}</version>
</dependency>
<!-- Notification Extension -->
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-notification</artifactId>
<version>${geoserver.version}</version>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-notification-common</artifactId>
<version>${geoserver.version}</version>
</dependency>
<dependency>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-notification-geonode</artifactId>
<version>${geoserver.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.security.oauth</groupId>
Expand Down

0 comments on commit 264262c

Please sign in to comment.