This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch 1545
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/1545 by this push:
new 9758793c Use same version of URLFrontier as in the module
9758793c is described below
commit 9758793cb5ce05a07cdefc1c0536c911aef59aed
Author: Julien Nioche <[email protected]>
AuthorDate: Sun Jun 1 17:01:17 2025 +0100
Use same version of URLFrontier as in the module
Signed-off-by: Julien Nioche <[email protected]>
---
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 55d46813..a6024b16 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.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stormcrawler.version>${project.version}</stormcrawler.version>
<storm.version>2.8.0</storm.version>
+ <urlfrontier.version>2.4</urlfrontier.version>
</properties>
<build>
@@ -146,7 +147,7 @@ under the License.
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier-client</artifactId>
- <version>2.3.1</version>
+ <version>${urlfrontier.version}</version>
</dependency>
</dependencies>
</project>