Ignore:
Timestamp:
01/23/25 05:05:47 (3 months ago)
Author:
Nikola Jordanoski <nikolaj_koko@…>
Branches:
master
Children:
5b32153
Parents:
d157fcd
Message:

Added security (not fully implemented)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-backend/pom.xml

    rd157fcd rcf09deb  
    5959
    6060        <dependency>
     61            <groupId>io.jsonwebtoken</groupId>
     62            <artifactId>jjwt-api</artifactId>
     63            <version>0.11.5</version>
     64        </dependency>
     65
     66        <dependency>
     67            <groupId>io.jsonwebtoken</groupId>
     68            <artifactId>jjwt-impl</artifactId>
     69            <version>0.11.5</version>
     70        </dependency>
     71
     72        <dependency>
     73            <groupId>io.jsonwebtoken</groupId>
     74            <artifactId>jjwt-jackson</artifactId>
     75            <version>0.11.5</version>
     76        </dependency>
     77
     78        <dependency>
    6179            <groupId>com.h2database</groupId>
    6280            <artifactId>h2</artifactId>
Note: See TracChangeset for help on using the changeset viewer.