From 9758793cb5ce05a07cdefc1c0536c911aef59aed Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Sun, 1 Jun 2025 17:01:17 +0100 Subject: [PATCH] Use same version of URLFrontier as in the module Signed-off-by: Julien Nioche --- archetype/src/main/resources/archetype-resources/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 55d46813f..a6024b16a 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -33,6 +33,7 @@ under the License. UTF-8 ${project.version} 2.8.0 + 2.4 @@ -146,7 +147,7 @@ under the License. com.github.crawler-commons urlfrontier-client - 2.3.1 + ${urlfrontier.version}