Skip to content

Commit

Permalink
chore: declare javax.servlet-api dependency as test only dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Sep 9, 2024
1 parent f26a987 commit f89379b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${javax.servlet-api.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down

0 comments on commit f89379b

Please sign in to comment.