This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
openid-connect-server-webapp Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 82
82
</build >
83
83
84
84
<dependencies >
85
- <dependency >
86
- <groupId >org.mitre</groupId >
87
- <artifactId >openid-connect-server</artifactId >
88
- </dependency >
89
85
<dependency >
90
86
<groupId >org.springframework</groupId >
91
87
<artifactId >spring-orm</artifactId >
112
108
<groupId >javax.servlet.jsp.jstl</groupId >
113
109
<artifactId >jstl-api</artifactId >
114
110
</dependency >
115
-
116
111
<dependency >
117
112
<groupId >com.zaxxer</groupId >
118
113
<artifactId >HikariCP</artifactId >
Original file line number Diff line number Diff line change 69
69
<groupId >org.eclipse.persistence</groupId >
70
70
<artifactId >org.eclipse.persistence.jpa</artifactId >
71
71
</dependency >
72
-
73
72
<dependency >
74
73
<groupId >commons-io</groupId >
75
74
<artifactId >commons-io</artifactId >
Original file line number Diff line number Diff line change 186
186
<artifactId >spring-security-oauth2</artifactId >
187
187
<version >${spring-security-oauth2.version} </version >
188
188
</dependency >
189
- <dependency >
190
- <groupId >org.springframework</groupId >
191
- <artifactId >spring-test</artifactId >
192
- <version >${spring-test.version} </version >
193
- <scope >test</scope >
194
- </dependency >
195
189
<!-- Jackson -->
196
190
<dependency >
197
191
<groupId >com.fasterxml.jackson.core</groupId >
262
256
<version >${mockito.version} </version >
263
257
<scope >test</scope >
264
258
</dependency >
265
- <!-- MITREid Connect components -->
266
- <dependency >
267
- <groupId >org.mitre</groupId >
268
- <artifactId >openid-connect-server</artifactId >
269
- <version >${project.version} </version >
270
- </dependency >
271
259
<!-- Other libraries -->
272
260
<dependency >
273
261
<groupId >com.google.guava</groupId >
You can’t perform that action at this time.
0 commit comments