Skip to content

Commit

Permalink
➕ :: (#10) add jwt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iqpizza6349 committed Jan 18, 2023
1 parent 4834439 commit 38733c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Http-Api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
implementation project(":School-Domain")
implementation project(":School-Spi")

implementation jwt_implementations
implementation api_implementations
annotationProcessor api_annotations
testImplementation api_test
Expand Down
1 change: 1 addition & 0 deletions User-Spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
implementation project(":User-Domain")
implementation project(":Spi-Common")
implementation spi_implementations
implementation jwt_implementations
runtimeOnly 'com.h2database:h2'
annotationProcessor spi_annotations
testImplementation spi_test
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ buildscript {
spi_implementations = ['org.springframework.boot:spring-boot-starter-data-jpa']
spi_annotations = []
spi_test = ['org.springframework.boot:spring-boot-starter-test']

jwt_implementations = ['io.jsonwebtoken:jjwt-api:0.11.5', 'io.jsonwebtoken:jjwt-impl:0.11.5', 'io.jsonwebtoken:jjwt-jackson:0.11.5']
}

}
Expand Down

0 comments on commit 38733c4

Please sign in to comment.