Changeset c6f7486 for finkwave/pom.xml
- Timestamp:
- 01/25/26 22:25:50 (6 months ago)
- Branches:
- main
- Children:
- b81f586
- Parents:
- 4063ae0
- File:
-
- 1 edited
-
finkwave/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
finkwave/pom.xml
r4063ae0 rc6f7486 61 61 <artifactId>spring-boot-starter-data-jpa</artifactId> 62 62 </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> 63 89 </dependencies> 64 90
Note:
See TracChangeset
for help on using the changeset viewer.
