This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-7370_maven-3.8.x in repository https://gitbox.apache.org/repos/asf/maven.git
commit c938e1d62907428b4c734ee6be9a79c13a3830f9 Author: Michael Osipov <[email protected]> AuthorDate: Sun Dec 26 19:55:01 2021 +0100 [MNG-7370] Upgrade Maven Wagon to 3.5.1 This closes #644 --- apache-maven/pom.xml | 8 -------- .../licenses/MIT-jsoup-1.12.1.txt | 23 ---------------------- apache-maven/src/main/assembly/component.xml | 1 - pom.xml | 11 +---------- 4 files changed, 1 insertion(+), 42 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index 6e12bb0..f8be416 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -79,14 +79,6 @@ under the License. </exclusion> </exclusions> </dependency> - <!-- This is included in Wagon HTTP. - We are just making the dependency explicit - in order to ease license attribution --> - <dependency> - <groupId>org.jsoup</groupId> - <artifactId>jsoup</artifactId> - <scope>runtime</scope> - </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> diff --git a/apache-maven/src/main/appended-resources/licenses/MIT-jsoup-1.12.1.txt b/apache-maven/src/main/appended-resources/licenses/MIT-jsoup-1.12.1.txt deleted file mode 100644 index fa8a44e..0000000 --- a/apache-maven/src/main/appended-resources/licenses/MIT-jsoup-1.12.1.txt +++ /dev/null @@ -1,23 +0,0 @@ -https://raw.githubusercontent.com/jhy/jsoup/jsoup-1.12.1/LICENSE - -The MIT License - -Copyright (c) 2009-2019 Jonathan Hedley <[email protected]> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/apache-maven/src/main/assembly/component.xml b/apache-maven/src/main/assembly/component.xml index ad16c25..c3014bd 100644 --- a/apache-maven/src/main/assembly/component.xml +++ b/apache-maven/src/main/assembly/component.xml @@ -31,7 +31,6 @@ under the License. <outputDirectory>lib</outputDirectory> <excludes> <exclude>org.codehaus.plexus:plexus-classworlds</exclude> - <exclude>org.jsoup:jsoup</exclude> </excludes> </dependencySet> </dependencySets> diff --git a/pom.xml b/pom.xml index 5704043..1024193 100644 --- a/pom.xml +++ b/pom.xml @@ -59,8 +59,7 @@ under the License. <plexusUtilsVersion>3.3.0</plexusUtilsVersion> <guiceVersion>4.2.2</guiceVersion> <sisuVersion>0.3.5</sisuVersion> - <wagonVersion>3.4.3</wagonVersion> - <jsoupVersion>1.12.1</jsoupVersion> + <wagonVersion>3.5.1</wagonVersion> <securityDispatcherVersion>2.0</securityDispatcherVersion> <cipherVersion>2.0</cipherVersion> <modelloVersion>1.11</modelloVersion> @@ -342,14 +341,6 @@ under the License. </exclusion> </exclusions> </dependency> - <dependency> - <!-- this is included in Wagon Http - we are just making the dependency explicit - in order to ease license attribution --> - <groupId>org.jsoup</groupId> - <artifactId>jsoup</artifactId> - <version>${jsoupVersion}</version> - </dependency> <!-- Repository --> <dependency> <groupId>org.apache.maven.resolver</groupId>
