Skip to content

Commit ab2a35a

Browse files
committed
build: revert boot version
1 parent 1b21177 commit ab2a35a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "3.0.6"
2+
id("org.springframework.boot") version "2.7.11"
33
id("io.spring.dependency-management") version "1.1.0"
44
id("com.github.johnrengelman.shadow") version "8.1.1"
55
id("com.avast.gradle.docker-compose") version "0.16.12"
@@ -24,8 +24,6 @@ repositories {
2424
dependencies {
2525
javaagent("plus.sourceplus.probe:probe-jvm:0.7.7.1")
2626

27-
implementation("javax.annotation:javax.annotation-api:1.3.2")
28-
implementation("javax.persistence:javax.persistence-api:2.2")
2927
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
3028
implementation("org.springframework.boot:spring-boot-starter-web")
3129
implementation("org.springframework.boot:spring-boot-starter-data-jpa")

0 commit comments

Comments
 (0)