aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/rproxy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sidecar/rproxy/pom.xml')
-rw-r--r--sidecar/rproxy/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml
index 004f569..09a0d06 100644
--- a/sidecar/rproxy/pom.xml
+++ b/sidecar/rproxy/pom.xml
@@ -68,6 +68,10 @@
<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>
@@ -88,11 +92,6 @@
<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>
<scope>test</scope>
</dependency>
@@ -108,7 +107,6 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.5</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>