diff options
Diffstat (limited to 'music-rest')
-rwxr-xr-x | music-rest/pom.xml | 1 |
1 files changed, 1 insertions, 0 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> |