Changeset ac25203 for pom.xml


Ignore:
Timestamp:
02/03/23 23:11:04 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
eb226b2
Parents:
1b248e4
Message:

Spring Security

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r1b248e4 rac25203  
    4848            <artifactId>spring-boot-starter-data-jpa</artifactId>
    4949        </dependency>
     50        <dependency>
     51            <groupId>org.springframework.security</groupId>
     52            <artifactId>spring-security-core</artifactId>
     53        </dependency>
     54        <dependency>
     55            <groupId>org.springframework.security</groupId>
     56            <artifactId>spring-security-config</artifactId>
     57            <version>5.7.3</version>
     58            <scope>compile</scope>
     59
     60        </dependency>
    5061    </dependencies>
    5162
Note: See TracChangeset for help on using the changeset viewer.