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

Commit d43dc05

Browse files
committed
fixed dependencies
1 parent 9314c15 commit d43dc05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
target/
2+
build/
23
pom.xml.tag
34
pom.xml.releaseBackup
45
pom.xml.versionsBackup

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation 'org.springframework.boot:spring-boot-starter'
18+
implementation 'org.springframework.boot:spring-boot-autoconfigure'
1919
api 'com.redislabs:lettusearch:1.12.2'
2020
api 'org.apache.commons:commons-pool2'
2121
compileOnly 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)