Skip to content

Commit

Permalink
Add more scopes to 'full-pom' IT
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 19, 2023
1 parent 9209a7a commit 0413d65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/it/full-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,18 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0413d65

Please sign in to comment.