Skip to content

Commit

Permalink
#107 build: MapStruct
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Jun 11, 2024
1 parent 38ffcea commit d7311b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ dependencies {
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'

// MapStruct
implementation 'org.mapstruct:mapstruct:1.5.2.Final'
annotationProcessor "org.mapstruct:mapstruct-processor:1.5.2.Final"
annotationProcessor(
'org.projectlombok:lombok',
'org.projectlombok:lombok-mapstruct-binding:0.2.0'
)

// jwt
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.2'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.2'
Expand Down

0 comments on commit d7311b0

Please sign in to comment.