There was an error while loading. Please reload this page.
1 parent f227724 commit 2e9d155Copy full SHA for 2e9d155
openid-connect-server-webapp/pom.xml
@@ -135,6 +135,11 @@
135
</exclusion>
136
</exclusions>
137
</dependency>
138
+ <dependency>
139
+ <groupId>javax.servlet</groupId>
140
+ <artifactId>jstl</artifactId>
141
+ <version>1.2</version>
142
+ </dependency>
143
144
</dependencies>
145
</project>
pom.xml
@@ -221,11 +221,6 @@
221
<version>2.1</version>
222
<scope>provided</scope>
223
224
- <dependency>
225
- <groupId>javax.servlet</groupId>
226
- <artifactId>jstl</artifactId>
227
- <version>1.2</version>
228
- </dependency>
229
<!-- /Servlet -->
230
231
<!-- Test -->
0 commit comments