Changeset eb226b2 for pom.xml


Ignore:
Timestamp:
02/04/23 00:39:48 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
2269653
Parents:
ac25203
Message:

Fixing errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    rac25203 reb226b2  
    1717        <java.version>17</java.version>
    1818    </properties>
     19
    1920    <dependencies>
    20 
    21 
     21        <dependency>
     22            <groupId>org.springframework.boot</groupId>
     23            <artifactId>spring-boot-starter-data-jpa</artifactId>
     24        </dependency>
    2225        <dependency>
    2326            <groupId>org.springframework.boot</groupId>
     
    2730            <groupId>org.springframework.boot</groupId>
    2831            <artifactId>spring-boot-starter-web</artifactId>
     32        </dependency>
     33        <dependency>
     34            <groupId>javax.servlet</groupId>
     35            <artifactId>javax.servlet-api</artifactId>
     36            <version>4.0.1</version>
     37            <scope>provided</scope>
     38        </dependency>
     39        <dependency>
     40            <groupId>org.thymeleaf.extras</groupId>
     41            <artifactId>thymeleaf-extras-springsecurity5</artifactId>
     42            <version>3.0.4.RELEASE</version>
    2943        </dependency>
    3044
     
    3751            <groupId>org.projectlombok</groupId>
    3852            <artifactId>lombok</artifactId>
     53            <version>1.18.24</version>
     54            <scope>provided</scope>
    3955            <optional>true</optional>
    4056        </dependency>
     
    4662        <dependency>
    4763            <groupId>org.springframework.boot</groupId>
    48             <artifactId>spring-boot-starter-data-jpa</artifactId>
    49         </dependency>
    50         <dependency>
    51             <groupId>org.springframework.security</groupId>
    52             <artifactId>spring-security-core</artifactId>
     64            <artifactId>spring-boot-starter-security</artifactId>
    5365        </dependency>
    5466        <dependency>
    5567            <groupId>org.springframework.security</groupId>
    5668            <artifactId>spring-security-config</artifactId>
    57             <version>5.7.3</version>
    58             <scope>compile</scope>
    59 
     69            <version>3.2.0.RELEASE</version>
    6070        </dependency>
    6171    </dependencies>
     72
    6273
    6374    <build>
Note: See TracChangeset for help on using the changeset viewer.