Changeset dfd5d87 for phonelux-backend/pom.xml
- Timestamp:
- 08/29/22 22:31:57 (2 years ago)
- Branches:
- master
- Children:
- dbd4834
- Parents:
- b68ae8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-backend/pom.xml
rb68ae8d rdfd5d87 22 22 <artifactId>spring-boot-starter-data-jpa</artifactId> 23 23 </dependency> 24 <!-- <dependency>-->25 <!-- <groupId>org.springframework.boot</groupId>-->26 <!-- <artifactId>spring-boot-starter-security</artifactId>-->27 <!-- </dependency>-->24 <dependency> 25 <groupId>org.springframework.boot</groupId> 26 <artifactId>spring-boot-starter-security</artifactId> 27 </dependency> 28 28 <dependency> 29 29 <groupId>org.springframework.boot</groupId> 30 30 <artifactId>spring-boot-starter-web</artifactId> 31 31 </dependency> 32 32 <dependency> 33 <groupId>org.springframework.boot</groupId> 34 <artifactId>spring-boot-starter-mail</artifactId> 35 </dependency> 33 36 <dependency> 34 37 <groupId>org.postgresql</groupId> … … 46 49 <scope>test</scope> 47 50 </dependency> 48 <!-- <dependency>-->49 <!-- <groupId>org.springframework.security</groupId>-->50 <!-- <artifactId>spring-security-test</artifactId>-->51 <!-- <scope>test</scope>-->52 <!-- </dependency>-->51 <dependency> 52 <groupId>org.springframework.security</groupId> 53 <artifactId>spring-security-test</artifactId> 54 <scope>test</scope> 55 </dependency> 53 56 </dependencies> 54 57
Note:
See TracChangeset
for help on using the changeset viewer.