diff --git a/app/kac-app/build.gradle b/app/kac-app/build.gradle index 0453cea..39f0dc6 100644 --- a/app/kac-app/build.gradle +++ b/app/kac-app/build.gradle @@ -5,7 +5,8 @@ dependencies { // db runtimeOnly "com.mysql:mysql-connector-j" implementation "org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:1.16" - + + implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0' implementation "$boot:spring-boot-starter-data-jpa" implementation project(":web-api-com")