Skip to content

Commit

Permalink
Add undeclared dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 16, 2022
1 parent 73df7bb commit 6c42df3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,13 @@ under the License.
</exclusions>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
Expand Down

0 comments on commit 6c42df3

Please sign in to comment.