Remove misplaced StringEncoder setting when dealing with protobuf. Porting change from sc-netflix #2453

This commit is contained in:
Ryan Baxter
2018-05-18 13:53:58 -04:00
parent 9ac36c7f3f
commit 01a2cda776
7 changed files with 913 additions and 3 deletions

View File

@@ -188,6 +188,18 @@
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.googlecode.protobuf-java-format</groupId>
<artifactId>protobuf-java-format</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>