Ignore:
Timestamp:
09/07/22 00:51:50 (22 months ago)
Author:
Marko <Marko@…>
Branches:
master
Children:
527b93f
Parents:
dbd4834
Message:

Edited registration and login services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phonelux-backend/pom.xml

    rdbd4834 rf25d07e  
    1818        </properties>
    1919        <dependencies>
     20
    2021                <dependency>
    2122                        <groupId>org.springframework.boot</groupId>
    2223                        <artifactId>spring-boot-starter-data-jpa</artifactId>
    2324                </dependency>
     25
    2426                <dependency>
    2527                        <groupId>org.springframework.boot</groupId>
    2628                        <artifactId>spring-boot-starter-security</artifactId>
    2729                </dependency>
     30
    2831                <dependency>
    2932                        <groupId>org.springframework.boot</groupId>
    3033                        <artifactId>spring-boot-starter-web</artifactId>
    3134                </dependency>
     35
    3236                <dependency>
    3337                        <groupId>org.springframework.boot</groupId>
    3438                        <artifactId>spring-boot-starter-mail</artifactId>
    3539                </dependency>
     40
    3641                <dependency>
    3742                        <groupId>org.postgresql</groupId>
     
    3944                        <scope>runtime</scope>
    4045                </dependency>
     46
    4147                <dependency>
    4248                        <groupId>org.projectlombok</groupId>
     
    4450                        <optional>true</optional>
    4551                </dependency>
     52
    4653                <dependency>
    4754                        <groupId>org.springframework.boot</groupId>
     
    4956                        <scope>test</scope>
    5057                </dependency>
     58
    5159                <dependency>
    5260                        <groupId>org.springframework.security</groupId>
     
    5462                        <scope>test</scope>
    5563                </dependency>
     64
     65                <dependency>
     66                        <groupId>com.auth0</groupId>
     67                        <artifactId>java-jwt</artifactId>
     68                        <version>4.0.0</version>
     69                </dependency>
     70
    5671        </dependencies>
    5772
Note: See TracChangeset for help on using the changeset viewer.