Skip to content

Commit

Permalink
updated build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Tarasova committed Aug 17, 2024
1 parent 2bd5580 commit 324cea2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,7 @@ dependencies {
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-api:2.2.0")
testImplementation("org.springdoc:springdoc-openapi-starter-webmvc-api:2.2.0")

//org.springframework.boot:spring-boot-starter-cache:3.1.5
implementation("org.springframework.boot:spring-boot-starter-cache")
implementation("net.sf.ehcache:ehcache:2.10.6")
implementation("org.ehcache:ehcache:3.10.8")
implementation("org.ehcache:ehcache-transactions:3.10.0")
implementation("javax.cache:cache-api:1.1.1")
implementation("org.springframework:spring-context-support:5.3.25")
//implementation("net.sf.ehcache:ehcache-management:2.6.10")
implementation("net.sf.ehcache:ehcache-core:2.6.10")

}
}

tasks.withType<Test>() {
finalizedBy(tasks.jacocoTestReport)
Expand Down

0 comments on commit 324cea2

Please sign in to comment.