We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9209a7a commit 0413d65Copy full SHA for 0413d65
src/it/full-pom/pom.xml
@@ -164,6 +164,18 @@
164
<classifier>tests</classifier>
165
<scope>test</scope>
166
</dependency>
167
+ <dependency>
168
+ <groupId>javax.servlet</groupId>
169
+ <artifactId>javax.servlet-api</artifactId>
170
+ <version>3.1.0</version>
171
+ <scope>provided</scope>
172
+ </dependency>
173
174
+ <groupId>org.slf4j</groupId>
175
+ <artifactId>slf4j-simple</artifactId>
176
+ <version>1.7.36</version>
177
+ <scope>runtime</scope>
178
179
</dependencies>
180
181
<build>
0 commit comments