Changeset 2d57cad in Git for pom.xml


Ignore:
Timestamp:
01/16/22 17:12:01 (3 years ago)
Author:
Test <matonikolov77@…>
Branches:
main
Children:
7fafead
Parents:
839f96a
Message:

Initial model part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r839f96a r2d57cad  
    5959            <scope>test</scope>
    6060        </dependency>
     61
    6162        <dependency>
    6263            <groupId>org.springframework.boot</groupId>
    6364            <artifactId>spring-boot-starter-data-jpa</artifactId>
    64             <version>RELEASE</version>
    65             <scope>compile</scope>
    6665        </dependency>
     66        <dependency>
     67        <groupId>org.springframework.boot</groupId>
     68        <artifactId>spring-boot-actuator</artifactId>
     69        </dependency>
     70        <dependency>
     71            <groupId>com.h2database</groupId>
     72            <artifactId>h2</artifactId>
     73        </dependency>
     74        <dependency>
     75            <groupId>org.postgresql</groupId>
     76            <artifactId>postgresql</artifactId>
     77        </dependency>
     78        <dependency>
     79            <groupId>com.jcraft</groupId>
     80            <artifactId>jsch</artifactId>
     81            <version>0.1.55</version>
     82        </dependency>
     83
    6784    </dependencies>
    6885
Note: See TracChangeset for help on using the changeset viewer.