diff options
author | RossC <ross.carter@est.tech> | 2020-06-25 14:58:16 +0100 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-06-26 12:37:00 +0000 |
commit | d45276e440d926db4db294b8336a5459899b09fb (patch) | |
tree | 95de60a61c4bbdfff4a6d130a75cdc0d6af9d301 /dependencies-clm | |
parent | a459dbadfc41f4d007ad04e5a69cbd7499d86ff7 (diff) |
Updating jetty and including jetty-security6.0.0-ONAPfrankfurt
Issue-ID: POLICY-2387
Change-Id: Idf1c4c6636de685c6297afa7273265e54bed0dfd
Signed-off-by: RossC <ross.carter@est.tech>
(cherry picked from commit 84889d914063027fd0b3030a65da74b0953f3c1f)
Diffstat (limited to 'dependencies-clm')
-rw-r--r-- | dependencies-clm/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dependencies-clm/pom.xml b/dependencies-clm/pom.xml index 0ab95ac..89d1549 100644 --- a/dependencies-clm/pom.xml +++ b/dependencies-clm/pom.xml @@ -47,6 +47,10 @@ <artifactId>jetty-server</artifactId> </dependency> <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-security</artifactId> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> |