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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r2d57cad r6e7b472  
    5959            <scope>test</scope>
    6060        </dependency>
    61 
    6261        <dependency>
    6362            <groupId>org.springframework.boot</groupId>
    6463            <artifactId>spring-boot-starter-data-jpa</artifactId>
     64            <version>RELEASE</version>
     65            <scope>compile</scope>
    6566        </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 
    8467    </dependencies>
    8568
Note: See TracChangeset for help on using the changeset viewer.