We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc6f12 commit e7ac092Copy full SHA for e7ac092
webapp-map/pom.xml
@@ -100,19 +100,12 @@
100
<groupId>org.postgresql</groupId>
101
<artifactId>postgresql</artifactId>
102
</dependency>
103
+ <!-- JSTL not needed for Jetty, but required by Tomcat -->
104
+ <dependency>
105
+ <groupId>javax.servlet</groupId>
106
+ <artifactId>jstl</artifactId>
107
+ </dependency>
108
</dependencies>
- <profiles>
- <profile>
- <id>tomcat</id>
- <dependencies>
- <dependency>
109
- <groupId>javax.servlet</groupId>
110
- <artifactId>jstl</artifactId>
111
- </dependency>
112
- </dependencies>
113
- </profile>
114
-
115
- </profiles>
116
117
<build>
118
<finalName>${appName}</finalName>
0 commit comments