diff options
author | RossC <ross.carter@est.tech> | 2020-06-25 14:58:16 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-06-25 15:44:50 +0100 |
commit | 84889d914063027fd0b3030a65da74b0953f3c1f (patch) | |
tree | 5e2ab6cb7519119961e7253a5bf6e3b3daa10049 /dependencies-clm/pom.xml | |
parent | 8cf3f2e9b030eb48bf302a16e3bd38681b33397a (diff) |
Updating jetty and including jetty-security
Issue-ID: POLICY-2387
Change-Id: Idf1c4c6636de685c6297afa7273265e54bed0dfd
Signed-off-by: RossC <ross.carter@est.tech>
Diffstat (limited to 'dependencies-clm/pom.xml')
-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 8a3d07f..ca3d6a5 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> |