Fix NexusIQ security vulnerabilities
[aaf/cadi.git] / sidecar / fproxy / pom.xml
index 81014e6..55221b9 100644 (file)
                                        <artifactId>spring-boot-starter-tomcat</artifactId>
                                        <groupId>org.springframework.boot</groupId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>org.springframework.boot</groupId>
+                                       <artifactId>spring-boot-starter-json</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
 
-               <dependency>
-                       <groupId>org.springframework.boot</groupId>
-                       <artifactId>spring-boot-starter-actuator</artifactId>
-               </dependency>
-
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-lang3</artifactId>
                        <artifactId>httpclient</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>com.google.code.gson</groupId>
+                       <artifactId>gson</artifactId>
+               </dependency>
+
                <!-- Testing -->
                <dependency>
                        <groupId>org.springframework.boot</groupId>