This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0413d65 Add more scopes to 'full-pom' IT
0413d65 is described below
commit 0413d65e319a978319d8ef13dc8d2d5411b0c346
Author: Michael Osipov <[email protected]>
AuthorDate: Fri May 19 14:44:08 2023 +0200
Add more scopes to 'full-pom' IT
---
src/it/full-pom/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/it/full-pom/pom.xml b/src/it/full-pom/pom.xml
index c6e92f3..6b093e2 100644
--- a/src/it/full-pom/pom.xml
+++ b/src/it/full-pom/pom.xml
@@ -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>