Skip to content

Commit

Permalink
Add servlet-api dep to nflow-jetty, it seems to be neededd
Browse files Browse the repository at this point in the history
  • Loading branch information
gmokki committed Dec 27, 2021
1 parent 63ef593 commit 67282c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nflow-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

0 comments on commit 67282c5

Please sign in to comment.