Skip to content
Snippets Groups Projects
Commit 196181ba authored by stendler's avatar stendler
Browse files

dependency update

## remove flyway for now.

hibernate can automatically update the scheme.
Should be enough for our small project.

## add spring data-jpa.

a bit more important for working with a database
parent bc4481a0
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
<artifactId>spring-boot-starter-data-rest</artifactId> <artifactId>spring-boot-starter-data-rest</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.flywaydb</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>flyway-core</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment