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 2018/12/09 16:28:36 UTC

[maven-javadoc-plugin] 01/01: [MJAVADOC-543] Archiving to jar is very slow Update plexus-io to 3.1.1

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

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

commit aceadd711651833de882f82eee7d55fb1db99af0
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Dec 9 17:28:29 2018 +0100

    [MJAVADOC-543] Archiving to jar is very slow
    Update plexus-io to 3.1.1
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index de6326c..f936738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,6 +249,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-io</artifactId>
+      <version>3.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.0.24</version>
     </dependency>