- Timestamp:
- 02/03/23 23:11:04 (22 months ago)
- Branches:
- master
- Children:
- eb226b2
- Parents:
- 1b248e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r1b248e4 rac25203 48 48 <artifactId>spring-boot-starter-data-jpa</artifactId> 49 49 </dependency> 50 <dependency> 51 <groupId>org.springframework.security</groupId> 52 <artifactId>spring-security-core</artifactId> 53 </dependency> 54 <dependency> 55 <groupId>org.springframework.security</groupId> 56 <artifactId>spring-security-config</artifactId> 57 <version>5.7.3</version> 58 <scope>compile</scope> 59 60 </dependency> 50 61 </dependencies> 51 62
Note:
See TracChangeset
for help on using the changeset viewer.