Changeset f25d07e for phonelux-backend/pom.xml
- Timestamp:
- 09/07/22 00:51:50 (2 years ago)
- Branches:
- master
- Children:
- 527b93f
- Parents:
- dbd4834
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-backend/pom.xml
rdbd4834 rf25d07e 18 18 </properties> 19 19 <dependencies> 20 20 21 <dependency> 21 22 <groupId>org.springframework.boot</groupId> 22 23 <artifactId>spring-boot-starter-data-jpa</artifactId> 23 24 </dependency> 25 24 26 <dependency> 25 27 <groupId>org.springframework.boot</groupId> 26 28 <artifactId>spring-boot-starter-security</artifactId> 27 29 </dependency> 30 28 31 <dependency> 29 32 <groupId>org.springframework.boot</groupId> 30 33 <artifactId>spring-boot-starter-web</artifactId> 31 34 </dependency> 35 32 36 <dependency> 33 37 <groupId>org.springframework.boot</groupId> 34 38 <artifactId>spring-boot-starter-mail</artifactId> 35 39 </dependency> 40 36 41 <dependency> 37 42 <groupId>org.postgresql</groupId> … … 39 44 <scope>runtime</scope> 40 45 </dependency> 46 41 47 <dependency> 42 48 <groupId>org.projectlombok</groupId> … … 44 50 <optional>true</optional> 45 51 </dependency> 52 46 53 <dependency> 47 54 <groupId>org.springframework.boot</groupId> … … 49 56 <scope>test</scope> 50 57 </dependency> 58 51 59 <dependency> 52 60 <groupId>org.springframework.security</groupId> … … 54 62 <scope>test</scope> 55 63 </dependency> 64 65 <dependency> 66 <groupId>com.auth0</groupId> 67 <artifactId>java-jwt</artifactId> 68 <version>4.0.0</version> 69 </dependency> 70 56 71 </dependencies> 57 72
Note:
See TracChangeset
for help on using the changeset viewer.