diff options
Diffstat (limited to 'sidecar/rproxy/pom.xml')
-rw-r--r-- | sidecar/rproxy/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index e8b03be..ffa6a5a 100644 --- a/sidecar/rproxy/pom.xml +++ b/sidecar/rproxy/pom.xml @@ -40,7 +40,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <!-- <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> @@ -50,9 +49,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-json</artifactId> </exclusion> - </exclusions> - --> </dependency> <dependency> @@ -68,6 +65,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> </dependency> <dependency> |