提交 f0fdaf17 编写于 作者: K kohsuke

this is increasingly becoming a real issue. Oftentimes Hudson's dependency and...

this is increasingly becoming a real issue. Oftentimes Hudson's dependency and plugin's dependency collids and if Hudson uses a younger version, plugin doesn't work.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7666 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a6fba18e
......@@ -249,12 +249,20 @@
</exclusion>
</exclusions-->
</dependency>
<dependency>
<!-- commonly used wagon provider -->
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</dependency>
<dependency>
<!-- wagon-webdav uses a fairly old commons-httpclient that breaks some plugins that depend on newer version. -->
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1-rc1</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.svnkit</groupId>
<artifactId>svnkit</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册