This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/turbine-fulcrum-testcontainer.git

commit 884214147f0b9dd9e58868b470d8f2ad17dad962
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jun 14 11:13:55 2024 +0200

    Add provided to servlet-api not inject unexpected dependency
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 510594a..c2a476b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
         <groupId>javax.servlet</groupId>
         <artifactId>javax.servlet-api</artifactId>
         <version>3.1.0</version>
+        <scope>provided</scope>
     </dependency>
     <dependency>
         <groupId>org.mockito</groupId>

Reply via email to