diff options
-rwxr-xr-x | music-rest/pom.xml | 1 | ||||
-rwxr-xr-x | version.properties | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>4.0.1</version> + <scope>provided</scope> </dependency> <!-- Springboot --> <dependency> 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} |