removed dependency for javax servlet 2.4 16/75916/1
authorSandeep J <sandeejh@in.ibm.com>
Thu, 17 Jan 2019 07:54:00 +0000 (13:24 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Thu, 17 Jan 2019 07:54:20 +0000 (13:24 +0530)
dependencied for 2 versions of javax servlet existed in the pom. So,
removed the dependency for version 2.4. Now, there is only one version,
i.e., 3.0.1.

Issue-ID: MUSIC-212
Change-Id: I16c676ed05da2aaf0527081f6ac3fb4ac5e805b2
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 33973f6..01db830 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,6 +4,8 @@
  org.onap.music
  ===================================================================
   Copyright (c) 2017 AT&T Intellectual Property
+ ===================================================================
+  Modifications Copyright (c) 2019 IBM.
  ===================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
 
     <dependencies>
         <!-- Development -->
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
-            <scope>provided</scope>
-        </dependency>
+       
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>