diff options
author | Jim Hahn <jrh3@att.com> | 2020-01-14 17:52:12 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-01-14 17:52:12 -0500 |
commit | 6e50bcdfe9e75ac750310499c21e80bf8eaf276f (patch) | |
tree | 612ac69e608216f68fc7054d26cc82c741d28f20 /pom.xml | |
parent | 3e87a45998d81b3f858bb170a7f1998d73cc6f79 (diff) |
Update policy-api for java11 docker
Issue-ID: POLICY-1586
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: Ifeb693b4849dfd07057d2139b9f5b58e2ce3f0e5
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ ONAP Policy API ================================================================================ Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. - Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -75,7 +75,6 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <scope>provided</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> |