diff options
author | Sandeep J <sandeejh@in.ibm.com> | 2019-01-17 13:24:00 +0530 |
---|---|---|
committer | Sandeep J <sandeejh@in.ibm.com> | 2019-01-17 13:24:20 +0530 |
commit | 8555fec5906db3ae50c7c92b522a898746c45ff3 (patch) | |
tree | 7cba5fa934fd03156e2555a51f01a970940bc4eb /pom.xml | |
parent | c83eecde0e1caf1d25abb01960aab0b6dbe855bf (diff) |
removed dependency for javax servlet 2.4
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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -5,6 +5,8 @@ =================================================================== 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. You may obtain a copy of the License at @@ -172,12 +174,7 @@ <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> |