Skip to content

Commit e7ac092

Browse files
committed
Add JSTL by default
1 parent 8bc6f12 commit e7ac092

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

webapp-map/pom.xml

+5-12
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,12 @@
100100
<groupId>org.postgresql</groupId>
101101
<artifactId>postgresql</artifactId>
102102
</dependency>
103+
<!-- JSTL not needed for Jetty, but required by Tomcat -->
104+
<dependency>
105+
<groupId>javax.servlet</groupId>
106+
<artifactId>jstl</artifactId>
107+
</dependency>
103108
</dependencies>
104-
<profiles>
105-
<profile>
106-
<id>tomcat</id>
107-
<dependencies>
108-
<dependency>
109-
<groupId>javax.servlet</groupId>
110-
<artifactId>jstl</artifactId>
111-
</dependency>
112-
</dependencies>
113-
</profile>
114-
115-
</profiles>
116109

117110
<build>
118111
<finalName>${appName}</finalName>

0 commit comments

Comments
 (0)