diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2020-03-02 15:52:00 -0500 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2020-03-02 15:53:31 -0500 |
commit | 14bd1b0fdf2f494b420623d1b5f7a7d966ec7ad9 (patch) | |
tree | c3c402734d269d21db484612a8d36194bb09110c /music-rest | |
parent | 9399b2eed91169c719acd9a966b4c5ed560897a8 (diff) |
Migrate servlet libraries
music-core does not need these libraries, only music-rest does.
Therefore, the dependencies should be in music-rest pom
Issue-ID: MUSIC-574
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I4479bb158b7a1b498f4abb5ca52450ee2e5245bf
Diffstat (limited to 'music-rest')
-rwxr-xr-x | music-rest/pom.xml | 6 |
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> |