提交 d4446c81 编写于 作者: K kohsuke

needed to quickly patch wagon-webdav so that it works with HttpClient 3.0rc.

Obviously, the proper way to fix this is to treat wagon-webdav as one of the extensions to MavenEmbedder and load it and its dependencies inside Plexus separately. See #1404.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7707 71c3de6d-444a-0410-be80-ed276b4c234a
上级 16e3a918
...@@ -252,15 +252,15 @@ ...@@ -252,15 +252,15 @@
<dependency> <dependency>
<!-- commonly used wagon provider --> <!-- commonly used wagon provider -->
<groupId>org.apache.maven.wagon</groupId> <groupId>org.jvnet.hudson</groupId>
<artifactId>wagon-webdav</artifactId> <artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version> <version>1.0-beta-2-hudson-0</version>
</dependency> </dependency>
<dependency> <dependency>
<!-- wagon-webdav uses a fairly old commons-httpclient that breaks some plugins that depend on newer version. --> <!-- and somehow without this, we'd end up picking up plexus-utils 1.0.4 -->
<groupId>commons-httpclient</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>plexus-utils</artifactId>
<version>3.1-rc1</version> <version>1.1</version>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册