diff options
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> |