Mercurial > hg > SpringPlayground
diff spring-boot-playground/pom.xml @ 6:d57d0c6a841b
Einbau von liquibase zum Erzeugen des Schemas
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 13 Aug 2020 16:18:20 +0200 |
parents | 227f3105fedd |
children | 0b52fb868607 |
line wrap: on
line diff
--- a/spring-boot-playground/pom.xml Thu Aug 13 15:58:57 2020 +0200 +++ b/spring-boot-playground/pom.xml Thu Aug 13 16:18:20 2020 +0200 @@ -46,6 +46,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> + <dependency> + <groupId>org.liquibase</groupId> + <artifactId>liquibase-core</artifactId> + </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId>