Changes in pom.xml [6e7b472:2d57cad] in Git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r6e7b472 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.