- Timestamp:
- 01/04/24 13:31:03 (11 months ago)
- Branches:
- master
- Children:
- bde8b13
- Parents:
- 24c39f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r24c39f9 rb101b69 40 40 41 41 <dependency> 42 <groupId>org.springframework.boot</groupId> 43 <artifactId>spring-boot-starter-data-jpa</artifactId> 44 </dependency> 45 46 47 <dependency> 42 48 <groupId>org.postgresql</groupId> 43 49 <artifactId>postgresql</artifactId> … … 54 60 <scope>test</scope> 55 61 </dependency> 56 <!-- <dependency>-->57 <!-- <groupId>org.springframework.security</groupId>-->58 <!-- <artifactId>spring-security-test</artifactId>-->59 <!-- <scope>test</scope>-->60 <!-- </dependency>-->62 <dependency> 63 <groupId>org.springframework.security</groupId> 64 <artifactId>spring-security-test</artifactId> 65 <scope>test</scope> 66 </dependency> 61 67 </dependencies> 62 68
Note:
See TracChangeset
for help on using the changeset viewer.