You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/08/29 15:37:42 UTC

[maven-javadoc-plugin] branch MJAVADOC-618 updated: restore pom

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

rfscholte pushed a commit to branch MJAVADOC-618
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/MJAVADOC-618 by this push:
     new 5ca0c9f  restore pom
5ca0c9f is described below

commit 5ca0c9faa8e9eca9c0c8e712bc5c15a39947d9fd
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Aug 29 17:37:30 2021 +0200

    restore pom
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf5cf7b..c559ad8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -382,11 +382,6 @@ under the License.
       <version>3.19.0</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>${slf4j.version}</version>
-    </dependency>
   </dependencies>
 
   <build>
@@ -491,9 +486,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.2.2</version>
             <configuration>
-              <streamLogsOnFailures>true</streamLogsOnFailures>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <projectsDirectory>src/it/projects</projectsDirectory>
               <settingsFile>src/it/mrm/settings.xml</settingsFile>