You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/16 19:18:19 UTC

[maven-site-plugin] 05/06: Add undeclared dependency

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-site-plugin.git

commit 6c42df388a5b8f50fe6e35ec4d74cb5981a13831
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 16 21:13:57 2022 +0200

    Add undeclared dependency
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index aaafb629..ece8805a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,6 +424,13 @@ under the License.
       </exclusions>
     </dependency>
 
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>3.1.0</version>
+      <scope>provided</scope>
+    </dependency>
+
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>