[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-dev
Subject:    [maven-install-plugin] 01/01: [MINSTALL-145] - Remove unused dependencies in pom o Fixed TLS issue f
From:       khmarbaise () apache ! org
Date:       2018-06-30 19:48:00
Message-ID: 20180630194759.71316829D0 () gitbox ! apache ! org
[Download RAW message or body]

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

khmarbaise pushed a commit to branch MINSTALL-145
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git

commit 8d915f3072c5179ba69c6386691cf378bb6a0bb4
Author: Karl Heinz Marbaise <khmarbaise@apache.org>
AuthorDate: Sat Jun 30 21:47:47 2018 +0200

    [MINSTALL-145] - Remove unused dependencies in pom
     o Fixed TLS issue for IT's
---
 pom.xml | 26 ++++----------------------
 1 file changed, 4 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91b64df..6cca50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,12 +85,6 @@
       <artifactId>maven-artifact-transfer</artifactId>
       <version>0.9.1</version>
     </dependency>
-    <!-- Upgrade of transitive dependency. -->
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.5</version>
-    </dependency>
 
     <!-- dependencies to annotations -->
     <dependency>
@@ -135,22 +129,6 @@
       <version>1.7.5</version>
       <scope>test</scope>
     </dependency>
-
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.6</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
-    </dependency>
   </dependencies>
 
   <contributors>
@@ -188,6 +166,10 @@
                   <goal>clean</goal>
                   <goal>install</goal>
                 </goals>
+                <properties>
+                  <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+                  <https.protocols>${https.protocols}</https.protocols>
+                </properties>
               </configuration>
             </plugin>
           </plugins>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic