Skip to content

Commit

Permalink
Merge pull request #371 from RanabirChakraborty/WFLY-13021
Browse files Browse the repository at this point in the history
WFLY-13021 adding servlet dependency in pom.xml
  • Loading branch information
emmartins committed Jan 31, 2020
2 parents 1060756 + 156d23b commit 240eab1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-greeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
<scope>provided</scope>
</dependency>

<!-- Import the javax.servlet-api dependency -->
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_4.0_spec</artifactId>
<scope>provided</scope>
</dependency>

<!-- Import Spring dependencies -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 240eab1

Please sign in to comment.