Add condition to reset content-type only if it isd not already set

Polish some of the POMs to address missing dependencies
Temporary disconnect gcp background sample until errors are fixed
This commit is contained in:
Oleg Zhurakousky
2020-07-13 14:21:02 +02:00
parent aa04fca466
commit 5fd54ab9fd
6 changed files with 32 additions and 22 deletions

View File

@@ -33,14 +33,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>