Fix NexusIQ security vulnerabilities
[aaf/cadi.git] / sidecar / rproxy / pom.xml
index 004f569..09a0d06 100644 (file)
                                        <groupId>org.springframework.boot</groupId>
                                        <artifactId>spring-boot-starter-tomcat</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.springframework.boot</groupId>
+                                       <artifactId>spring-boot-starter-json</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
                        <artifactId>spring-boot-starter-aop</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.springframework.boot</groupId>
-                       <artifactId>spring-boot-starter-actuator</artifactId>
-               </dependency>
-
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-test</artifactId>
                <dependency>
                        <groupId>com.google.code.gson</groupId>
                        <artifactId>gson</artifactId>
-                       <version>2.8.5</version><!--$NO-MVN-MAN-VER$-->
                </dependency>
 
                <dependency>