Skip to content

Commit dd9dc94

Browse files
committed
Temporarily removed spring session:
incompatibility with TimeSeries docker image
1 parent 7dabb85 commit dd9dc94

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-data-redis-reactive</artifactId>
3030
</dependency>
31-
<dependency>
32-
<groupId>org.springframework.session</groupId>
33-
<artifactId>spring-session-data-redis</artifactId>
34-
</dependency>
3531
<dependency>
3632
<groupId>org.springframework.boot</groupId>
3733
<artifactId>spring-boot-starter-websocket</artifactId>

src/main/resources/application.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ spring.redis.port=6379
1717
stomp.endpoint=/websocket
1818
stomp.destinationPrefix=/topic
1919
stomp.transactionsTopic=/topic/transactions
20-
management.endpoints.web.exposure.include=env
21-
spring.session.store-type=redis
20+
management.endpoints.web.exposure.include=env

0 commit comments

Comments
 (0)