Merge "Update dependencies for security vulnerabilities"
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Fri, 22 Apr 2022 03:14:27 +0000 (03:14 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 22 Apr 2022 03:14:27 +0000 (03:14 +0000)
1  2 
integration/pom.xml

diff --combined integration/pom.xml
@@@ -42,7 -42,7 +42,7 @@@
          <version.dmaap>1.1.12</version.dmaap>
          <version.powermock>2.0.9</version.powermock>
          <version.eclipselink>2.7.8</version.eclipselink>
 -        <version.drools>7.66.0.Final</version.drools>
 +        <version.drools>7.68.0.Final</version.drools>
          <version.jersey>2.34</version.jersey>
          <version.jackson>2.12.6</version.jackson>
          <version.jackson.databind>2.12.6.1</version.jackson.databind>
                  <version>4.0.1</version>
              </dependency>
  
-             <!-- HttpComponents Client -->
-             <dependency>
-                 <groupId>org.apache.httpcomponents</groupId>
-                 <artifactId>httpclient</artifactId>
-                 <version>4.5.13</version>
-             </dependency>
              <!-- HttpComponents Core (blocking I/O) -->
              <dependency>
                  <groupId>org.apache.httpcomponents</groupId>
                  <version>3.0.8</version>
              </dependency>
  
-             <!-- Tomcat -->
-             <dependency>
-                 <groupId>org.apache.tomcat.embed</groupId>
-                 <artifactId>tomcat-embed-core</artifactId>
-                 <version>${version.tomcat}</version>
-             </dependency>
              <!-- jaxws -->
              <dependency>
                  <groupId>javax.xml.ws</groupId>
                  <artifactId>spring-boot-starter-security</artifactId>
                  <version>${version.springboot}</version>
              </dependency>
+             <dependency>
+                 <groupId>org.springframework.boot</groupId>
+                 <artifactId>spring-boot-starter-data-jpa</artifactId>
+                 <version>${version.springboot}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.springframework.boot</groupId>
+                 <artifactId>spring-boot-starter-tomcat</artifactId>
+                 <version>${version.springboot}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.springframework.boot</groupId>
+                 <artifactId>spring-boot-autoconfigure</artifactId>
+                 <version>${version.springboot}</version>
+             </dependency>
  
              <!--  Hibernate -->
              <dependency>
                  <artifactId>hibernate-core</artifactId>
                  <version>${version.hibernate.core}</version>
              </dependency>
+             <!-- Github -->
+             <dependency>
+                 <groupId>io.github.classgraph</groupId>
+                 <artifactId>classgraph</artifactId>
+                 <version>4.8.146</version>
+             </dependency>
+             <!-- Tomcat -->
+             <dependency>
+                 <groupId>org.apache.tomcat</groupId>
+                 <artifactId>tomcat-annotations-api</artifactId>
+                 <version>${version.tomcat}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.tomcat.embed</groupId>
+                 <artifactId>tomcat-embed-el</artifactId>
+                 <version>${version.tomcat}</version>
+             </dependency>
+             <dependency>
+                 <groupId>org.apache.tomcat.embed</groupId>
+                 <artifactId>tomcat-embed-websocket</artifactId>
+                 <version>${version.tomcat}</version>
+             </dependency>
          </dependencies>
  
      </dependencyManagement>
  
      <scm>
          <connection>scm:git:ssh://git.onap.org:29418/${project.groupId}</connection>
          <developerConnection>scm:git:ssh://git.onap.org:29418/${project.groupId}</developerConnection>