- Timestamp:
- 02/04/23 01:47:15 (22 months ago)
- Branches:
- master
- Children:
- adf250d
- Parents:
- eb226b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
reb226b2 r2269653 6 6 <groupId>org.springframework.boot</groupId> 7 7 <artifactId>spring-boot-starter-parent</artifactId> 8 <version> 3.0.2</version>8 <version>2.7.4</version> 9 9 <relativePath/> <!-- lookup parent from repository --> 10 10 </parent> … … 15 15 <description>MovieZone</description> 16 16 <properties> 17 <java.version>17</java.version> 17 <java.version>17.0.5</java.version> 18 <spring-security.version>5.6.1</spring-security.version> 18 19 </properties> 19 20 20 <dependencies> 21 21 <dependency> 22 22 <groupId>org.springframework.boot</groupId> 23 23 <artifactId>spring-boot-starter-data-jpa</artifactId> 24 </dependency> 25 <dependency> 26 <groupId>org.thymeleaf.extras</groupId> 27 <artifactId>thymeleaf-extras-springsecurity5</artifactId> 24 28 </dependency> 25 29 <dependency> … … 37 41 <scope>provided</scope> 38 42 </dependency> 39 <dependency> 40 <groupId>org.thymeleaf.extras</groupId> 41 <artifactId>thymeleaf-extras-springsecurity5</artifactId> 42 <version>3.0.4.RELEASE</version> 43 </dependency> 43 44 44 45 45 <dependency> … … 63 63 <groupId>org.springframework.boot</groupId> 64 64 <artifactId>spring-boot-starter-security</artifactId> 65 </dependency>66 <dependency>67 <groupId>org.springframework.security</groupId>68 <artifactId>spring-security-config</artifactId>69 <version>3.2.0.RELEASE</version>70 65 </dependency> 71 66 </dependencies>
Note:
See TracChangeset
for help on using the changeset viewer.