- Timestamp:
- 03/04/24 17:07:57 (15 months ago)
- Branches:
- main
- Children:
- a2c6c2b
- Parents:
- b78c0c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
rb78c0c1 r24819a8 69 69 </dependency> 70 70 <dependency> 71 <groupId>io.jsonwebtoken</groupId> 72 <artifactId>jjwt</artifactId> 73 <version>0.9.1</version> 74 </dependency> 75 <dependency> 71 76 <groupId>junit</groupId> 72 77 <artifactId>junit</artifactId> … … 92 97 <artifactId>spring-boot-starter-data-rest</artifactId> 93 98 </dependency> 99 <dependency> 100 <groupId>org.mapstruct</groupId> 101 <artifactId>mapstruct-processor</artifactId> 102 <version>1.5.3.Final</version> 103 </dependency> 94 104 </dependencies> 95 105
Note:
See TracChangeset
for help on using the changeset viewer.