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

khmarbaise pushed a commit to branch MDEP-625
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/MDEP-625 by this push:
     new b08d0bb  Added https TLSv1.2
b08d0bb is described below

commit b08d0bb4733522b99cc5f32611cf4eea2fcbf3f8
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sat Nov 10 08:59:34 2018 +0100

    Added https TLSv1.2
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7230b95..dc1b599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,6 +395,10 @@ under the License.
               <filterProperties>
                 
<repository.proxy.url>${repository.proxy.url}</repository.proxy.url>
               </filterProperties>
+              <properties>
+                <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting 
with Central -->
+                <https.protocols>${https.protocols}</https.protocols>
+              </properties>
             </configuration>
           </plugin>
           <plugin>

Reply via email to