Changeset 6c1d611 for springapp/pom.xml


Ignore:
Timestamp:
07/26/22 23:09:04 (2 years ago)
Author:
unknown <mlviktor23@…>
Branches:
main
Children:
b7ec74e
Parents:
9506ca8
Message:

added basic a&a + acc confirmation email sender service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • springapp/pom.xml

    r9506ca8 r6c1d611  
    4646                        <scope>test</scope>
    4747                </dependency>
     48                <dependency>
     49                        <groupId>org.projectlombok</groupId>
     50                        <artifactId>lombok</artifactId>
     51                        <version>1.18.24</version>
     52                        <scope>provided</scope>
     53                </dependency>
     54                <dependency>
     55                <groupId>org.springframework.boot</groupId>
     56                <artifactId>spring-boot-starter-mail</artifactId>
     57                <version>2.7.2</version>
     58                </dependency>
    4859        </dependencies>
    4960
Note: See TracChangeset for help on using the changeset viewer.