Added Kotlin module to spring-cloud-sstub-runner-boot

This commit is contained in:
Marcin Grzejszczak
2019-09-25 09:35:01 +02:00
parent 0e3bbfee0a
commit b2ff4c1c05

View File

@@ -18,6 +18,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-spec-kotlin</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>