You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2019/01/31 10:08:39 UTC

[brooklyn-server] 02/04: winrm4j: remove exclusions

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 96b0c048103e67518cb9e7d9ee781532d485bbaa
Author: Aled Sage <al...@gmail.com>
AuthorDate: Wed Jan 30 18:59:38 2019 +0000

    winrm4j: remove exclusions
    
    These are no longer needed - versions now match with winrm4j 0.6.1
    (with cxf 3.2.7).
---
 software/winrm/pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/software/winrm/pom.xml b/software/winrm/pom.xml
index 8882c03..63f3418 100644
--- a/software/winrm/pom.xml
+++ b/software/winrm/pom.xml
@@ -43,34 +43,6 @@
             <groupId>io.cloudsoft.windows</groupId>
             <artifactId>winrm4j</artifactId>
             <version>${winrm4j.version}</version>
-            <exclusions>
-                 <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>jcl-over-slf4j</artifactId>
-                </exclusion>
-                 <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.cxf</groupId>
-                    <artifactId>cxf-core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.cxf</groupId>
-                    <artifactId>cxf-rt-transports-http</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <!--
-            Excluded from winrm4j the wrong jcl-over-slf4j version; include the right one below.
-            Note use of explicit exclude, rather than wildcard, because maven-enforcer-plugin 1.4.1
-            does not support wildcards: https://issues.apache.org/jira/browse/MENFORCER-195
-         -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <version>${slf4j.version}</version>
         </dependency>
 
         <!-- test -->