Skip to content

Commit 0aaa161

Browse files
committed
remove extraneous mustache files. Rebuild samples
1 parent d360215 commit 0aaa161

21 files changed

Lines changed: 11 additions & 1021 deletions

File tree

modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Spring Framework stub
55
## Overview
66
This code was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
77
By using the [OpenAPI-Spec](https://openapis.org).
8-
This generates Spring 6+ declarative HTTP interfaces that can be used to easily instantiate a http client.
8+
This generates Spring 6+ declarative HTTP interfaces that can be used to easily instantiate an http client.
99
```

modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/buildGradle-sb3-Kts.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ dependencies {
5858
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
5959
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
6060

61-
implementation("org.springframework.cloud:spring-cloud-starter-openfeign"){{#hasAuthMethods}}
62-
implementation("org.springframework.cloud:spring-cloud-starter-oauth2:2.2.5.RELEASE"){{/hasAuthMethods}}
61+
{{#hasAuthMethods}}
62+
implementation("org.springframework.cloud:spring-cloud-starter-oauth2:2.2.5.RELEASE"){{/hasAuthMethods}}
6363

6464
{{#useBeanValidation}}
6565
implementation("jakarta.validation:jakarta.validation-api"){{/useBeanValidation}}

modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/buildGradleKts.mustache

Lines changed: 0 additions & 75 deletions
This file was deleted.

modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/clientConfiguration.mustache

Lines changed: 0 additions & 132 deletions
This file was deleted.

modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/pom-sb3.mustache

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@
194194
<artifactId>jsr305</artifactId>
195195
<version>${findbugs-jsr305.version}</version>
196196
</dependency>
197-
<dependency>
198-
<groupId>org.springframework.cloud</groupId>
199-
<artifactId>spring-cloud-starter-openfeign</artifactId>
200-
</dependency>
201197
{{#hasAuthMethods}}
202198
<dependency>
203199
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)