Skip to content

Commit 0413d65

Browse files
committed
Add more scopes to 'full-pom' IT
1 parent 9209a7a commit 0413d65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/it/full-pom/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,18 @@
164164
<classifier>tests</classifier>
165165
<scope>test</scope>
166166
</dependency>
167+
<dependency>
168+
<groupId>javax.servlet</groupId>
169+
<artifactId>javax.servlet-api</artifactId>
170+
<version>3.1.0</version>
171+
<scope>provided</scope>
172+
</dependency>
173+
<dependency>
174+
<groupId>org.slf4j</groupId>
175+
<artifactId>slf4j-simple</artifactId>
176+
<version>1.7.36</version>
177+
<scope>runtime</scope>
178+
</dependency>
167179
</dependencies>
168180

169181
<build>

0 commit comments

Comments
 (0)