Project

General

Profile

« Previous | Next » 

Revision 46632

Added first JWT Generation implementation

View differences:

pom.xml
86 86
		</dependency>
87 87

  
88 88
		<dependency>
89
			<groupId>org.springframework.security</groupId>
90
			<artifactId>spring-security-core</artifactId>
91
			<version>${spring.version}</version>
92
		</dependency>
93
		<dependency>
94
			<groupId>org.springframework.security</groupId>
95
			<artifactId>spring-security-web</artifactId>
96
			<version>${spring.version}</version>
97
		</dependency>
98
		<dependency>
99
			<groupId>org.springframework.security</groupId>
100
			<artifactId>spring-security-config</artifactId>
101
			<version>${spring.version}</version>
102
		</dependency>
103

  
104
		<dependency>
89 105
			<groupId>com.google.code.gson</groupId>
90 106
			<artifactId>gson</artifactId>
91 107
			<version>2.6.2</version>
......
136 152
			<artifactId>unboundid-ldapsdk</artifactId>
137 153
			<version>1.1.3</version>
138 154
		</dependency>
155
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 -->
156
		<dependency>
157
			<groupId>apache</groupId>
158
			<artifactId>commons-pool</artifactId>
159
			<version>1.5.3</version>
160
		</dependency>
161
		<dependency>
162
			<groupId>io.jsonwebtoken</groupId>
163
			<artifactId>jjwt</artifactId>
164
			<version>0.6.0</version>
165
		</dependency>
166
	</dependencies>
139 167

  
140
    </dependencies>
141

  
142 168
	<build>
143 169
		<plugins>
144 170
			<plugin>

Also available in: Unified diff