Changeset 2a50a21


Ignore:
Timestamp:
01/02/23 17:14:31 (21 months ago)
Author:
Bojan <bojantrpeski123@…>
Branches:
main
Children:
15f8330
Parents:
9f78098
Message:

Models created

Location:
FullyStocked
Files:
15 added
1 edited

Legend:

Unmodified
Added
Removed
  • FullyStocked/pom.xml

    r9f78098 r2a50a21  
    2626            <artifactId>spring-boot-starter-web</artifactId>
    2727        </dependency>
     28        <dependency>
     29            <groupId>org.springframework.boot</groupId>
     30            <artifactId>spring-boot-starter-data-jpa</artifactId>
     31        </dependency>
     32        <dependency>
     33            <groupId>org.postgresql</groupId>
     34            <artifactId>postgresql</artifactId>
     35        </dependency>
    2836
    2937        <dependency>
     
    3644            <artifactId>spring-boot-starter-test</artifactId>
    3745            <scope>test</scope>
     46        </dependency>
     47        <dependency>
     48            <groupId>org.springframework.boot</groupId>
     49            <artifactId>spring-boot-starter-data-jpa</artifactId>
     50        </dependency>
     51        <dependency>
     52            <groupId>jakarta.validation</groupId>
     53            <artifactId>jakarta.validation-api</artifactId>
     54            <version>2.0.2</version>
    3855        </dependency>
    3956    </dependencies>
Note: See TracChangeset for help on using the changeset viewer.