Changeset 24819a8 for pom.xml


Ignore:
Timestamp:
03/04/24 17:07:57 (15 months ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
a2c6c2b
Parents:
b78c0c1
Message:

Authorization layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    rb78c0c1 r24819a8  
    6969                </dependency>
    7070                <dependency>
     71                        <groupId>io.jsonwebtoken</groupId>
     72                        <artifactId>jjwt</artifactId>
     73                        <version>0.9.1</version>
     74                </dependency>
     75                <dependency>
    7176                        <groupId>junit</groupId>
    7277                        <artifactId>junit</artifactId>
     
    9297                        <artifactId>spring-boot-starter-data-rest</artifactId>
    9398                </dependency>
     99                <dependency>
     100                        <groupId>org.mapstruct</groupId>
     101                        <artifactId>mapstruct-processor</artifactId>
     102                        <version>1.5.3.Final</version>
     103                </dependency>
    94104        </dependencies>
    95105
Note: See TracChangeset for help on using the changeset viewer.