You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/26 19:05:01 UTC

[maven-site-plugin] branch master updated: [MSITE-861] remove obsolete dependency (#29)

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d9f43fb  [MSITE-861] remove obsolete dependency (#29)
d9f43fb is described below

commit d9f43fb11c69568f1864941e5a8d9e4890e414ab
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue May 26 15:04:39 2020 -0400

    [MSITE-861] remove obsolete dependency (#29)
    
    * remove obsolete dependency
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index bd72020..1f6c845 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,19 +214,6 @@ under the License.
   </properties>
 
   <dependencies>
-    <!-- exclude obsolete runtime artifact included by transitive dependencies (pulled by doxia-site-renderer) -->
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.servlet</groupId>
-          <artifactId>servlet-api</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>