Project

General

Profile

« Previous | Next » 

Revision 60130

[Authorization-library | Redis]: Redis integration completed

View differences:

pom.xml
40 40
			<artifactId>spring-boot-starter-security</artifactId>
41 41
		</dependency>
42 42
		<dependency>
43
			<groupId>org.springframework.boot</groupId>
44
			<artifactId>spring-boot-starter-data-redis</artifactId>
45
		</dependency>
46
		<dependency>
47
			<groupId>org.springframework.session</groupId>
48
			<artifactId>spring-session-data-redis</artifactId>
49
		</dependency>
50
		<dependency>
51
			<groupId>biz.paluch.redis</groupId>
52
			<artifactId>lettuce</artifactId>
53
			<version>4.3.3.Final</version>
54
		</dependency>
55
		<dependency>
56
			<groupId>org.mitre</groupId>
57
			<artifactId>openid-connect-client</artifactId>
58
			<version>1.3.0</version>
59
			<exclusions>
60
				<exclusion>
61
					<groupId>org.bouncycastle</groupId>
62
					<artifactId>bcprov-jdk15on</artifactId>
63
				</exclusion>
64
			</exclusions>
65
		</dependency>
66
		<dependency>
43 67
			<groupId>com.google.code.gson</groupId>
44 68
			<artifactId>gson</artifactId>
45 69
			<version>2.8.2</version>

Also available in: Unified diff