diff options
author | Thomas Nelson Jr <tn1381@att.com> | 2018-08-08 00:17:33 +0000 |
---|---|---|
committer | Thomas Nelson Jr <tn1381@att.com> | 2018-08-08 00:17:33 +0000 |
commit | 64b04604921670862993fb2a72a895a6209947d5 (patch) | |
tree | 9e98c091e30c7c7fd2708588d40af56e7d38733e /pom.xml | |
parent | 9b6efbd93a12c858a0d2643013217ec3d6c3a46d (diff) |
Updates to Callback Api and Connection
Change-Id: I6a3f0537a616ae4d54b47fa2c70ba5128e39f123
Issue-ID: MUSIC-92
Signed-off-by: Thomas Nelson Jr <tn1381@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -25,7 +25,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> <packaging>war</packaging> - <version>3.0.3</version> + <version>3.0.5-SNAPSHOT</version> <description> This is the MUSIC REST interface, packaged as a war file. </description> @@ -338,6 +338,12 @@ <artifactId>jbcrypt</artifactId> <version>0.4</version> </dependency> + <dependency> + <groupId>com.owlike</groupId> + <artifactId>genson</artifactId> + <version>0.99</version> + </dependency> + </dependencies> <reporting> |