removed unneeded spring-boot dependency

This commit is contained in:
Jannik 2020-01-15 11:07:57 +01:00
parent 26e9e2bfc0
commit 1c27a2a53e
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ targetCompatibility = 1.8
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-devtools'
implementation 'org.xerial:sqlite-jdbc:3.28.0'