Changeset ef41e8d for ReserveNGo-backend/pom.xml
- Timestamp:
- 01/22/25 02:37:38 (3 months ago)
- Branches:
- master
- Children:
- e45288f
- Parents:
- 113c963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-backend/pom.xml
r113c963 ref41e8d 47 47 </dependency> 48 48 49 <!-- <dependency>-->50 <!-- <groupId>org.springframework.boot</groupId>-->51 <!-- <artifactId>spring-boot-starter-security</artifactId>-->52 <!-- </dependency>-->49 <dependency> 50 <groupId>org.springframework.boot</groupId> 51 <artifactId>spring-boot-starter-security</artifactId> 52 </dependency> 53 53 54 54 <dependency> … … 69 69 </dependency> 70 70 71 <!-- <dependency>-->72 <!-- <groupId>org.springframework.security</groupId>-->73 <!-- <artifactId>spring-security-test</artifactId>-->74 <!-- <scope>test</scope>-->75 <!-- </dependency>-->71 <dependency> 72 <groupId>org.springframework.security</groupId> 73 <artifactId>spring-security-test</artifactId> 74 <scope>test</scope> 75 </dependency> 76 76 </dependencies> 77 77
Note:
See TracChangeset
for help on using the changeset viewer.