1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-05-03 22:26:15 +02:00

[Domains] Installation of a gzip-compressed public suffix list from cache breaks EffectiveTldFinder, fixes #441

- downgrade Maven download plugin (1.7.1 -> 1.6.8)
This commit is contained in:
Sebastian Nagel 2023-10-27 05:45:06 +02:00 committed by Richard Zowalla
parent 4192e3fab7
commit ed1cebeff7

View File

@ -410,7 +410,7 @@
<maven-assembly-plugin.version>2.2.2</maven-assembly-plugin.version>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<checksum-maven-plugin.version>1.4</checksum-maven-plugin.version>
<maven.download.plugin.version>1.7.1</maven.download.plugin.version>
<maven.download.plugin.version>1.6.8</maven.download.plugin.version>
<!-- General Properties -->
<implementation.build>${scmBranch}@r${buildNumber}</implementation.build>