|
@@ -61,6 +61,16 @@
|
|
|
<groupId>de.odysseus.staxon</groupId>
|
|
<groupId>de.odysseus.staxon</groupId>
|
|
|
<artifactId>staxon</artifactId>
|
|
<artifactId>staxon</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Redis session -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-redis</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.session</groupId>
|
|
|
|
|
+ <artifactId>spring-session</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|