Skip to content

Commit 2e9d155

Browse files
author
Justin Richer
committed
pushed JSTL down into webapp
1 parent f227724 commit 2e9d155

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

openid-connect-server-webapp/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@
135135
</exclusion>
136136
</exclusions>
137137
</dependency>
138+
<dependency>
139+
<groupId>javax.servlet</groupId>
140+
<artifactId>jstl</artifactId>
141+
<version>1.2</version>
142+
</dependency>
138143

139144
</dependencies>
140145
</project>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@
221221
<version>2.1</version>
222222
<scope>provided</scope>
223223
</dependency>
224-
<dependency>
225-
<groupId>javax.servlet</groupId>
226-
<artifactId>jstl</artifactId>
227-
<version>1.2</version>
228-
</dependency>
229224
<!-- /Servlet -->
230225

231226
<!-- Test -->

0 commit comments

Comments
 (0)