39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
|
|
index e1bcb30..d0d0a7d 100644
|
|
--- a/maven-core/pom.xml
|
|
+++ b/maven-core/pom.xml
|
|
@@ -63,17 +63,6 @@
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
- <groupId>org.apache.maven.wagon</groupId>
|
|
- <artifactId>wagon-webdav-jackrabbit</artifactId>
|
|
- <scope>runtime</scope>
|
|
- <exclusions>
|
|
- <exclusion>
|
|
- <groupId>commons-logging</groupId>
|
|
- <artifactId>commons-logging</artifactId>
|
|
- </exclusion>
|
|
- </exclusions>
|
|
- </dependency>
|
|
- <dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-jdk14</artifactId>
|
|
<scope>runtime</scope>
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 3fe31f5..e2f7bdb 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -442,11 +442,6 @@ under the License.
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
- <artifactId>wagon-webdav-jackrabbit</artifactId>
|
|
- <version>${wagonVersion}</version>
|
|
- </dependency>
|
|
- <dependency>
|
|
- <groupId>org.apache.maven.wagon</groupId>
|
|
<artifactId>wagon-http</artifactId>
|
|
<version>${wagonVersion}</version>
|
|
</dependency>
|