Ignore:
Timestamp:
08/29/22 22:31:57 (22 months ago)
Author:
Marko <Marko@…>
Branches:
master
Children:
dbd4834
Parents:
b68ae8d
Message:

Registration logic with confirmation token implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phonelux-backend/pom.xml

    rb68ae8d rdfd5d87  
    2222                        <artifactId>spring-boot-starter-data-jpa</artifactId>
    2323                </dependency>
    24 <!--            <dependency>-->
    25 <!--                    <groupId>org.springframework.boot</groupId>-->
    26 <!--                    <artifactId>spring-boot-starter-security</artifactId>-->
    27 <!--            </dependency>-->
     24                <dependency>
     25                        <groupId>org.springframework.boot</groupId>
     26                        <artifactId>spring-boot-starter-security</artifactId>
     27                </dependency>
    2828                <dependency>
    2929                        <groupId>org.springframework.boot</groupId>
    3030                        <artifactId>spring-boot-starter-web</artifactId>
    3131                </dependency>
    32 
     32                <dependency>
     33                        <groupId>org.springframework.boot</groupId>
     34                        <artifactId>spring-boot-starter-mail</artifactId>
     35                </dependency>
    3336                <dependency>
    3437                        <groupId>org.postgresql</groupId>
     
    4649                        <scope>test</scope>
    4750                </dependency>
    48 <!--            <dependency>-->
    49 <!--                    <groupId>org.springframework.security</groupId>-->
    50 <!--                    <artifactId>spring-security-test</artifactId>-->
    51 <!--                    <scope>test</scope>-->
    52 <!--            </dependency>-->
     51                <dependency>
     52                        <groupId>org.springframework.security</groupId>
     53                        <artifactId>spring-security-test</artifactId>
     54                        <scope>test</scope>
     55                </dependency>
    5356        </dependencies>
    5457
Note: See TracChangeset for help on using the changeset viewer.