BAEL-21545 POM Properties Cleanup

- Cleanup of persistence-modules submodules cleanup
This commit is contained in:
Dhawal Kapil
2020-01-27 00:40:23 +05:30
parent e8e0af1b87
commit 7daccf46a9
52 changed files with 61 additions and 521 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-redis</artifactId>
<version>1.0</version>
<name>spring-data-redis</name>
<name>spring-data-redis</name>
<packaging>jar</packaging>
<parent>
@@ -62,7 +62,6 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
<type>jar</type>
</dependency>
@@ -97,9 +96,7 @@
<properties>
<cglib.version>3.2.4</cglib.version>
<jedis.version>2.9.0</jedis.version>
<nosqlunit.version>0.10.0</nosqlunit.version>
<spring-data-commons.version>2.0.3.RELEASE</spring-data-commons.version>
<embedded-redis.version>0.6</embedded-redis.version>
</properties>