diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-04 07:56:51 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-04 07:56:51 +0100 |
commit | f9cdab97942aac748915cd07c32669f37de57500 (patch) | |
tree | 0dd20cde99175d17cd264222823440b7ece9b9f6 /pom.xml | |
parent | f27dd94733a9c2cf3a6e4f5611fbeff9de199720 (diff) | |
download | moa-id-spss-f9cdab97942aac748915cd07c32669f37de57500.tar.gz moa-id-spss-f9cdab97942aac748915cd07c32669f37de57500.tar.bz2 moa-id-spss-f9cdab97942aac748915cd07c32669f37de57500.zip |
update Spring Redis Backend
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -26,8 +26,9 @@ <!-- =================================================================================== --> <egiz.eaaf.version>1.0.5-Snapshot</egiz.eaaf.version> - <org.springframework.version>5.1.0.RELEASE</org.springframework.version> - <org.springframework.data.spring-data-jpa>2.1.0.RELEASE</org.springframework.data.spring-data-jpa> + <org.springframework.version>5.1.3.RELEASE</org.springframework.version> + <org.springframework.data.spring-data-jpa>2.1.3.RELEASE</org.springframework.data.spring-data-jpa> + <org.springframework.data.spring-data-redis>2.1.3.RELEASE</org.springframework.data.spring-data-redis> <surefire.version>2.22.0</surefire.version> <jaxb.version>2.3.0</jaxb.version> @@ -738,6 +739,11 @@ <version>${org.springframework.version}</version> </dependency> + <dependency> + <groupId>org.springframework.data</groupId> + <artifactId>spring-data-redis</artifactId> + <version>${org.springframework.data.spring-data-redis}</version> + </dependency> <!-- the core, which includes Streaming API, shared low-level abstractions (but NOT data-binding) --> |