Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
indent corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Koll committed May 11, 2020
1 parent dc3c808 commit af80010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'org.springframework.cloud:spring-cloud-gcp-starter-storage'
implementation 'org.postgresql:postgresql:42.2.11'
compile group: 'org.hibernate', name: 'hibernate-envers', version: '5.4.14.Final'
compile group: 'org.hibernate', name: 'hibernate-envers', version: '5.4.14.Final'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
implementation 'io.springfox:springfox-swagger2:2.9.2'
implementation 'io.springfox:springfox-swagger-ui:2.9.2'
Expand Down

0 comments on commit af80010

Please sign in to comment.