Changeset c6f7486 for finkwave/pom.xml


Ignore:
Timestamp:
01/25/26 22:25:50 (6 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
b81f586
Parents:
4063ae0
Message:

add buggy first iteration of auth - backend only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • finkwave/pom.xml

    r4063ae0 rc6f7486  
    6161                        <artifactId>spring-boot-starter-data-jpa</artifactId>
    6262                </dependency>
     63                <dependency>
     64                        <groupId>io.jsonwebtoken</groupId>
     65                        <artifactId>jjwt-api</artifactId>
     66                        <version>0.11.5</version>
     67                </dependency>
     68                <dependency>
     69                        <groupId>io.jsonwebtoken</groupId>
     70                        <artifactId>jjwt-impl</artifactId>
     71                        <version>0.11.5</version>
     72                        <scope>runtime</scope>
     73                </dependency>
     74                <dependency>
     75                        <groupId>io.jsonwebtoken</groupId>
     76                        <artifactId>jjwt-jackson</artifactId>
     77                        <version>0.11.5</version>
     78                        <scope>runtime</scope>
     79                </dependency>
     80                <dependency>
     81                        <groupId>org.springframework.boot</groupId>
     82                        <artifactId>spring-boot-starter-security</artifactId>
     83                </dependency>
     84                <dependency>
     85                        <groupId>org.springframework.security</groupId>
     86                        <artifactId>spring-security-test</artifactId>
     87                        <scope>test</scope>
     88                </dependency>
    6389        </dependencies>
    6490
Note: See TracChangeset for help on using the changeset viewer.