提交 d4b3178c 编写于 作者: J Jesse Glick 提交者: Kohsuke Kawaguchi

Exclude NekoHTML and its concomitant obsolete Xerces.

(cherry picked from commit 20d628fa)
上级 e52c7efa
......@@ -93,11 +93,6 @@ complete {
}
match("nekohtml:xercesMinimal:1.9.6.2") {
if (dependency.licenses.isEmpty())
rewriteLicense([], apacheLicense)
}
//
// Choose from multi-licensed modules
//==========================================================================
......
......@@ -301,17 +301,6 @@ THE SOFTWARE.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
</exclusion>
<!-- prefer net.sourceforge.nekohtml:nekohtml:jar:1.9.13 so that we use consistent version across Jenkins -->
<exclusion>
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
</exclusion>
<exclusion>
<groupId>nekohtml</groupId>
<artifactId>xercesMinimal</artifactId>
</exclusion>
</exclusions>
</dependency>
......@@ -330,7 +319,7 @@ THE SOFTWARE.
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
<!-- prefer net.sourceforge.nekohtml:nekohtml:jar:1.9.13 so that we use consistent version across Jenkins -->
<!-- SECURITY-61: unused -->
<exclusion>
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
......@@ -342,12 +331,6 @@ THE SOFTWARE.
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>token-macro</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册