From: Tschaen, Brendan Date: Tue, 3 Mar 2020 15:46:17 +0000 (-0500) Subject: Servlet library provided X-Git-Tag: 3.2.38~21 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=84070619f78f98993111d60386a4f05ca2298739;p=music.git Servlet library provided Issue-ID: MUSIC-574 Signed-off-by: Tschaen, Brendan Change-Id: Ife06b248b03792ff179915074669e1b0bcea2f55 --- diff --git a/music-rest/pom.xml b/music-rest/pom.xml index 9a5ad214..7d407e61 100755 --- a/music-rest/pom.xml +++ b/music-rest/pom.xml @@ -88,6 +88,7 @@ javax.servlet javax.servlet-api 4.0.1 + provided diff --git a/version.properties b/version.properties index a7893b25..5b475277 100755 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=2 -patch=36 +patch=37 base_version=${major}.${minor}.${patch}