Changeset 2269653 for pom.xml


Ignore:
Timestamp:
02/04/23 01:47:15 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
adf250d
Parents:
eb226b2
Message:

First Run No error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    reb226b2 r2269653  
    66        <groupId>org.springframework.boot</groupId>
    77        <artifactId>spring-boot-starter-parent</artifactId>
    8         <version>3.0.2</version>
     8        <version>2.7.4</version>
    99        <relativePath/> <!-- lookup parent from repository -->
    1010    </parent>
     
    1515    <description>MovieZone</description>
    1616    <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>
    1819    </properties>
    19 
    2020    <dependencies>
    2121        <dependency>
    2222            <groupId>org.springframework.boot</groupId>
    2323            <artifactId>spring-boot-starter-data-jpa</artifactId>
     24        </dependency>
     25        <dependency>
     26            <groupId>org.thymeleaf.extras</groupId>
     27            <artifactId>thymeleaf-extras-springsecurity5</artifactId>
    2428        </dependency>
    2529        <dependency>
     
    3741            <scope>provided</scope>
    3842        </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
    4444
    4545        <dependency>
     
    6363            <groupId>org.springframework.boot</groupId>
    6464            <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>
    7065        </dependency>
    7166    </dependencies>
Note: See TracChangeset for help on using the changeset viewer.