finish 3rd practical
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
alias(libs.plugins.spring.boot)
|
||||
}
|
||||
|
||||
group = "ua.com.dxrkness"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// spring
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
|
||||
// jackson
|
||||
api(libs.jackson.dataformat.xml)
|
||||
implementation(libs.oldjackson.databind)
|
||||
}
|
||||
Reference in New Issue
Block a user