Polished previous commit

- added author
- removed lombok
- upgraded to s-c-build 2.1.4 and fixed http/https issues

Resolves #1608
This commit is contained in:
Oleg Zhurakousky
2019-04-09 14:35:14 +02:00
parent cb1c20ffa1
commit a76b1e9248
10 changed files with 59 additions and 50 deletions

View File

@@ -39,10 +39,6 @@
<version>${avro.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>