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 2019/08/20 07:46:03 UTC

[maven-project-info-reports-plugin] branch MPIR-376 created (now 3e3851d)

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

michaelo pushed a change to branch MPIR-376
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


      at 3e3851d  [MPIR-376] LightweightHttpsWagon is always used

This branch includes the following new commits:

     new 3e3851d  [MPIR-376] LightweightHttpsWagon is always used

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-project-info-reports-plugin] 01/01: [MPIR-376] LightweightHttpsWagon is always used

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MPIR-376
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit 3e3851d2f0014cec9f0593a0fa37930f30637121
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Aug 20 09:44:09 2019 +0200

    [MPIR-376] LightweightHttpsWagon is always used
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 20007a1..694b2d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
       <version>3.1.0</version>
-      <scope>runtime</scope>
+      <scope>test</scope>
     </dependency>
 
     <!-- Anything else -->