Skip to content

Commit 6c42df3

Browse files
committed
Add undeclared dependency
1 parent 73df7bb commit 6c42df3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,13 @@ under the License.
424424
</exclusions>
425425
</dependency>
426426

427+
<dependency>
428+
<groupId>javax.servlet</groupId>
429+
<artifactId>javax.servlet-api</artifactId>
430+
<version>3.1.0</version>
431+
<scope>provided</scope>
432+
</dependency>
433+
427434
<dependency>
428435
<groupId>org.eclipse.jetty</groupId>
429436
<artifactId>jetty-server</artifactId>

0 commit comments

Comments
 (0)