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
@@ -19,11 +19,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.javers</groupId>
<artifactId>javers-spring-boot-starter-sql</artifactId>
<version>${javers.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
@@ -164,7 +159,6 @@
</profiles>
<properties>
<javers.version>5.14.0</javers.version>
<git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version>
<source.version>1.8</source.version>
<target.version>1.8</target.version>