JAVA-8372 Split or move spring-boot-data module

This commit is contained in:
anuragkumawat
2022-04-08 21:06:02 +05:30
parent 4bcb36ff41
commit dfad1122a4
18 changed files with 36 additions and 25 deletions
@@ -20,11 +20,20 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.javers</groupId>
<artifactId>javers-spring-boot-starter-sql</artifactId>
<version>${javers.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<properties>
<javers.version>6.5.3</javers.version>
</properties>
</project>