Skip to content

Commit 9681bb3

Browse files
committed
generating java model and api using openapi plugin;
formatting source, excluding source as does not compline with checkstyle; basic controller to implement created API interfaces;
1 parent dda3537 commit 9681bb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ dependencies {
228228
implementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.1'
229229

230230
implementation 'org.openapitools:openapi-generator-core:7.12.0'
231-
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
232-
implementation 'jakarta.validation:jakarta.validation-api:3.1.1'
233231
implementation 'org.hibernate.validator:hibernate-validator:8.0.2.Final'
234232

235233
testImplementation(platform('org.junit:junit-bom:5.12.1'))

0 commit comments

Comments
 (0)