убраны ненужные библиотеки

This commit is contained in:
ekallin 2024-03-17 20:43:04 +04:00
parent 17e221a416
commit 7cbeccfd24
2 changed files with 3 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

View File

@ -17,7 +17,6 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
implementation 'org.modelmapper:modelmapper:3.2.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'