Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-backend/pom.xml

    rcf09deb ref41e8d  
    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>
    7961            <groupId>com.h2database</groupId>
    8062            <artifactId>h2</artifactId>
Note: See TracChangeset for help on using the changeset viewer.