Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit a823f74

Browse files
committed
removed spring boot gradle plugoin
1 parent d43dc05 commit a823f74

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55
id 'com.github.ben-manes.versions' version '0.27.0'
66
id 'net.researchgate.release' version '2.8.1'
77
id 'com.github.breadmoirai.github-release' version '2.2.10'
8-
id 'org.springframework.boot' version '2.2.4.RELEASE'
9-
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
108
}
119

1210
repositories {
@@ -15,11 +13,11 @@ repositories {
1513
}
1614

1715
dependencies {
18-
implementation 'org.springframework.boot:spring-boot-autoconfigure'
16+
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.2.4.RELEASE'
1917
api 'com.redislabs:lettusearch:1.12.2'
20-
api 'org.apache.commons:commons-pool2'
21-
compileOnly 'org.projectlombok:lombok'
22-
annotationProcessor 'org.projectlombok:lombok'
18+
api 'org.apache.commons:commons-pool2:2.8.0'
19+
compileOnly 'org.projectlombok:lombok:1.18.10'
20+
annotationProcessor 'org.projectlombok:lombok:1.18.10'
2321
}
2422

2523
test {

0 commit comments

Comments
 (0)