diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-07-09 14:27:57 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-07-15 20:23:13 +0000 |
commit | d6d12919128adc0aaca30d1ca8139e72ae025776 (patch) | |
tree | e354bfe0b76a24072a5cb807d3371ba3469db168 /openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | |
parent | 062d4c11dc9e6fc919b0de406700f939169480c5 (diff) |
Upgraded servlet-api version to 3.0.1
Change-Id: I50b258e8843d85384e89e4ceb16d687d247dbe11
Issue-ID: SDC-1472
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index ccf95f2075..12c68237dc 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -29,6 +29,7 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>${javax.servlet.version}</version> + <scope>provided</scope> </dependency> <!-- JSON --> <dependency> |