aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/fproxy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sidecar/fproxy/pom.xml')
-rw-r--r--sidecar/fproxy/pom.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml
index 81014e6..55221b9 100644
--- a/sidecar/fproxy/pom.xml
+++ b/sidecar/fproxy/pom.xml
@@ -71,15 +71,14 @@
<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>
</dependency>
@@ -89,6 +88,11 @@
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
+
<!-- Testing -->
<dependency>
<groupId>org.springframework.boot</groupId>