mirror of https://github.com/apache/maven.git
Revert "Account the the jsoup license URL which appears to have
changed." because https://github.com/jhy/jsoup/issues/471 fixed
This reverts commit 71f8d04be6
.
This commit is contained in:
parent
46b3467a26
commit
603f26addf
|
@ -35,10 +35,6 @@ subject to the terms and conditions of the following licenses.
|
|||
#if ($url == "https://glassfish.dev.java.net/public/CDDLv1.0.html")
|
||||
#set ( $url = 'https://glassfish.java.net/public/CDDLv1.0.html' )
|
||||
#end
|
||||
## JSoup URL is now invalid, use a fixed one
|
||||
#if ($url == "http://jsoup.com/license")
|
||||
#set ( $url = 'http://jsoup.org/license' )
|
||||
#end
|
||||
#if ($url)
|
||||
#set ( $licFile = 'lib/' + $artId + '.license' )
|
||||
#set ( $downloaded = $lf.getResourceAsFile($url, "licenses/${licFile}") )
|
||||
|
|
Loading…
Reference in New Issue