diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-03-02 14:12:27 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-03-02 16:30:13 -0500 |
commit | a9c4c58fdb558ddb4ef11581c001f44b3954ab4d (patch) | |
tree | f7f0914488e6c89147c9583d7f289758bcfa241a /cps-tbdmt-dependencies | |
parent | 178e62ea619bb774d0497d6639a2fa56a1eefa4b (diff) |
Update dependencies as recommended by SECCOM
See also https://wiki.onap.org/display/SV/Jakarta+CPS
Issue-ID: CPS-815
Change-Id: I88b82da5b7e93adfd106fe0a64287ff3afee26fa
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Diffstat (limited to 'cps-tbdmt-dependencies')
-rw-r--r-- | cps-tbdmt-dependencies/pom.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cps-tbdmt-dependencies/pom.xml b/cps-tbdmt-dependencies/pom.xml index 2a87140..3aa4b05 100644 --- a/cps-tbdmt-dependencies/pom.xml +++ b/cps-tbdmt-dependencies/pom.xml @@ -71,6 +71,54 @@ <scope>import</scope> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-jetty</artifactId> + <version>2.5.5</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>11.0.7</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-servlets</artifactId> + <version>11.0.7</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + <version>11.0.7</version> + </dependency> + <dependency> + <groupId>org.bitbucket.dunglv90</groupId> + <artifactId>dp-utility</artifactId> + <version>1.0.5</version> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.8.9</version> + </dependency> + <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>${postgresql.version}</version> |