Changeset a51a591 for pom.xml


Ignore:
Timestamp:
09/22/23 19:09:19 (14 months ago)
Author:
colovik <j.colovik@…>
Branches:
master
Parents:
de70cd4
Message:

final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    rde70cd4 ra51a591  
    66        <groupId>org.springframework.boot</groupId>
    77        <artifactId>spring-boot-starter-parent</artifactId>
    8         <version>3.0.2</version>
     8        <version>2.7.4</version>
    99        <relativePath/> <!-- lookup parent from repository -->
    1010    </parent>
     
    1515    <description>Eventrra</description>
    1616    <properties>
    17         <java.version>17</java.version>
     17        <java.version>17.0.5</java.version>
     18<!--        <spring-security.version>5.6.1</spring-security.version>-->
    1819    </properties>
    1920    <dependencies>
     
    2324        </dependency>
    2425        <dependency>
    25             <groupId>org.springframework.boot</groupId>
    26             <artifactId>spring-boot-starter-security</artifactId>
     26            <groupId>org.thymeleaf.extras</groupId>
     27            <artifactId>thymeleaf-extras-springsecurity5</artifactId>
    2728        </dependency>
    2829        <dependency>
     
    3536        </dependency>
    3637        <dependency>
    37             <groupId>org.thymeleaf.extras</groupId>
    38             <artifactId>thymeleaf-extras-springsecurity6</artifactId>
     38            <groupId>javax.servlet</groupId>
     39            <artifactId>javax.servlet-api</artifactId>
     40            <version>4.0.1</version>
     41            <scope>provided</scope>
    3942        </dependency>
    40 
    4143        <dependency>
    4244            <groupId>org.postgresql</groupId>
     
    4749            <groupId>org.projectlombok</groupId>
    4850            <artifactId>lombok</artifactId>
     51            <version>1.18.24</version>
     52            <scope>provided</scope>
    4953            <optional>true</optional>
    5054        </dependency>
     
    5458            <scope>test</scope>
    5559        </dependency>
    56         <dependency>
    57             <groupId>org.springframework.security</groupId>
    58             <artifactId>spring-security-test</artifactId>
    59             <scope>test</scope>
    60         </dependency>
     60<!--        <dependency>-->
     61<!--            <groupId>org.springframework.boot</groupId>-->
     62<!--            <artifactId>spring-boot-starter-security</artifactId>-->
     63<!--        </dependency>-->
    6164    </dependencies>
     65
    6266
    6367    <build>
     
    7579                </configuration>
    7680            </plugin>
     81            <plugin>
     82                <groupId>com.google.cloud.tools</groupId>
     83                <artifactId>appengine-maven-plugin</artifactId>
     84                <version>2.2.0</version>
     85                <configuration>
     86                    <version>1</version>
     87                    <projectId>GCLOUD_CONFIG</projectId>
     88                </configuration>
     89            </plugin>
    7790        </plugins>
    7891    </build>
Note: See TracChangeset for help on using the changeset viewer.