File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.springframework.boot" ) version " 3.0.6 "
2
+ id(" org.springframework.boot" ) version " 2.7.11 "
3
3
id(" io.spring.dependency-management" ) version " 1.1.0"
4
4
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
5
5
id(" com.avast.gradle.docker-compose" ) version " 0.16.12"
@@ -24,8 +24,6 @@ repositories {
24
24
dependencies {
25
25
javaagent(" plus.sourceplus.probe:probe-jvm:0.7.7.1" )
26
26
27
- implementation(" javax.annotation:javax.annotation-api:1.3.2" )
28
- implementation(" javax.persistence:javax.persistence-api:2.2" )
29
27
implementation(" org.springframework.boot:spring-boot-starter-thymeleaf" )
30
28
implementation(" org.springframework.boot:spring-boot-starter-web" )
31
29
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
You can’t perform that action at this time.
0 commit comments