Commit f6b0ce1b authored by Noel Alonso's avatar Noel Alonso
Browse files

Nueva feature + librería cliente de slack

parent 9fc05eb1
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
@@ -13,14 +13,17 @@
	<modelVersion>4.0.0</modelVersion>
	<artifactId>notification-manager</artifactId>
	<packaging>jar</packaging>
	<version>0.9.0</version>
	<version>0.9.0-feature-slackIntegration</version>
	<name>Notification manager</name>
	<description>Microservice for send notifications</description>

	<properties>
		<!-- REDMIC -->
		<redmic.broker-lib.version>0.8.0</redmic.broker-lib.version>
		<redmic.broker-lib.version>0.9.0-feature-slackIntegration</redmic.broker-lib.version>
		<redmic.test-utils.version>0.8.0</redmic.test-utils.version>
		
		<!-- OTROS -->
		<jslack.version>1.5.0</jslack.version>
	</properties>

	<dependencies>
@@ -53,6 +56,14 @@
			<version>${redmic.broker-lib.version}</version>
		</dependency>

		<!-- Otros -->

		<dependency>
			<groupId>com.github.seratch</groupId>
			<artifactId>jslack</artifactId>
			<version>${jslack.version}</version>
		</dependency>

		<!-- test -->
		<dependency>
			<groupId>org.springframework.boot</groupId>