Changeset b101b69 for pom.xml


Ignore:
Timestamp:
01/04/24 13:31:03 (6 months ago)
Author:
ppaunovski <paunovskipavel@…>
Branches:
master
Children:
bde8b13
Parents:
24c39f9
Message:

initial classes, no inheritance yet v2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r24c39f9 rb101b69  
    4040
    4141        <dependency>
     42            <groupId>org.springframework.boot</groupId>
     43            <artifactId>spring-boot-starter-data-jpa</artifactId>
     44        </dependency>
     45
     46
     47        <dependency>
    4248            <groupId>org.postgresql</groupId>
    4349            <artifactId>postgresql</artifactId>
     
    5460            <scope>test</scope>
    5561        </dependency>
    56 <!--        <dependency>-->
    57 <!--            <groupId>org.springframework.security</groupId>-->
    58 <!--            <artifactId>spring-security-test</artifactId>-->
    59 <!--            <scope>test</scope>-->
    60 <!--        </dependency>-->
     62        <dependency>
     63            <groupId>org.springframework.security</groupId>
     64            <artifactId>spring-security-test</artifactId>
     65            <scope>test</scope>
     66        </dependency>
    6167    </dependencies>
    6268
Note: See TracChangeset for help on using the changeset viewer.