aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2019-02-04 07:56:51 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2019-02-04 07:56:51 +0100
commitf9cdab97942aac748915cd07c32669f37de57500 (patch)
tree0dd20cde99175d17cd264222823440b7ece9b9f6 /pom.xml
parentf27dd94733a9c2cf3a6e4f5611fbeff9de199720 (diff)
downloadmoa-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.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 04fa9b53a..26e120adf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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) -->