aboutsummaryrefslogtreecommitdiffstats
path: root/music-rest/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'music-rest/pom.xml')
-rwxr-xr-xmusic-rest/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/music-rest/pom.xml b/music-rest/pom.xml
index f949ae5c..9a5ad214 100755
--- a/music-rest/pom.xml
+++ b/music-rest/pom.xml
@@ -83,6 +83,12 @@
</dependencyManagement>
<dependencies>
+ <!-- Development -->
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>4.0.1</version>
+ </dependency>
<!-- Springboot -->
<dependency>
<groupId>org.springframework.boot</groupId>