diff options
author | Niranjana <niranjana.y60@wipro.com> | 2021-08-20 07:10:46 +0000 |
---|---|---|
committer | Niranjana Y <niranjana.y60@wipro.com> | 2021-08-20 07:17:35 +0000 |
commit | 546f26a208ba8632267ad8308b66ed78e5747986 (patch) | |
tree | 724b4e54f5d98f41a59dff9c9301ac2f28ea93ca /cps-tbdmt-rest/pom.xml | |
parent | 433ba106cf99762039b7bd6a430eaf24b45d2271 (diff) |
Remove security vulnerabilities
Issue-ID: CPS-581
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: I527519ac7b9f41940e9173f6bf7efd4a418b8afd
Diffstat (limited to 'cps-tbdmt-rest/pom.xml')
-rw-r--r-- | cps-tbdmt-rest/pom.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cps-tbdmt-rest/pom.xml b/cps-tbdmt-rest/pom.xml index c155196..57fa0f3 100644 --- a/cps-tbdmt-rest/pom.xml +++ b/cps-tbdmt-rest/pom.xml @@ -46,6 +46,40 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jetty</artifactId> + <version>2.5.2</version> + <exclusions> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-io</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-servlets</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + </exclusion> + <exclusion> + <groupId>org.glassfish</groupId> + <artifactId>jakarta.el</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-io</artifactId> + <version>9.4.40.v20210413</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-servlets</artifactId> + <version>9.4.40.v20210413</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + <version>9.4.40.v20210413</version> </dependency> <dependency> <groupId>junit</groupId> |