diff --git a/archetype/pom.xml b/archetype/pom.xml index e9bb40c75..c42ed06a3 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT stormcrawler-archetype stormcrawler-archetype diff --git a/core/pom.xml b/core/pom.xml index 28e576452..8592da2ea 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT stormcrawler-core diff --git a/docs/pom.xml b/docs/pom.xml index e725c7d57..ff0d5f111 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT stormcrawler-docs diff --git a/external/ai/pom.xml b/external/ai/pom.xml index 16e4907a6..49f2439a2 100644 --- a/external/ai/pom.xml +++ b/external/ai/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/aws/pom.xml b/external/aws/pom.xml index c4dc9accc..b35042416 100644 --- a/external/aws/pom.xml +++ b/external/aws/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/langid/pom.xml b/external/langid/pom.xml index 45d1ea944..96424fb0a 100644 --- a/external/langid/pom.xml +++ b/external/langid/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/opensearch-java/pom.xml b/external/opensearch-java/pom.xml index 56a73169d..88cdd0329 100644 --- a/external/opensearch-java/pom.xml +++ b/external/opensearch-java/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/opensearch/archetype/pom.xml b/external/opensearch/archetype/pom.xml index b161bf3ae..466c6febd 100644 --- a/external/opensearch/archetype/pom.xml +++ b/external/opensearch/archetype/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../../../pom.xml diff --git a/external/opensearch/pom.xml b/external/opensearch/pom.xml index 65a8f6c69..8062a55e7 100644 --- a/external/opensearch/pom.xml +++ b/external/opensearch/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/playwright/pom.xml b/external/playwright/pom.xml index 9f790827f..970ac5e72 100644 --- a/external/playwright/pom.xml +++ b/external/playwright/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/pom.xml b/external/pom.xml index 7de4d9bc8..86b58ab9f 100644 --- a/external/pom.xml +++ b/external/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/selenium/pom.xml b/external/selenium/pom.xml index b840e9054..6d2de7b6f 100644 --- a/external/selenium/pom.xml +++ b/external/selenium/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/solr/archetype/pom.xml b/external/solr/archetype/pom.xml index 77db1ef22..1e015cc87 100644 --- a/external/solr/archetype/pom.xml +++ b/external/solr/archetype/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../../../pom.xml diff --git a/external/solr/dependency-reduced-pom.xml b/external/solr/dependency-reduced-pom.xml deleted file mode 100644 index 94d2d33b4..000000000 --- a/external/solr/dependency-reduced-pom.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - stormcrawler-external - org.apache.stormcrawler - 3.5.2-SNAPSHOT - - 4.0.0 - stormcrawler-solr - stormcrawler-solr - Solr resources for StormCrawler - https://github.com/apache/stormcrawler/tree/master/external/solr - - - - maven-shade-plugin - - - package - - shade - - - true - true - true - true - - - org.apache.solr:solr-solrj-jetty - org.eclipse.jetty:* - org.eclipse.jetty.http2:* - - - - - org.eclipse.jetty - org.apache.stormcrawler.solr.shaded.org.eclipse.jetty - - - - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - META-INF/MANIFEST.MF - - - - - - - - - - - - org.apache.solr - solr-solrj - 10.0.0 - compile - - - org.apache.solr - solr-solrj-zookeeper - 10.0.0 - compile - - - org.awaitility - awaitility - 4.3.0 - test - - - hamcrest - org.hamcrest - - - - - org.testcontainers - junit-jupiter - 1.21.4 - test - - - testcontainers - org.testcontainers - - - - - org.slf4j - slf4j-simple - 2.0.18 - test - - - org.apache.stormcrawler - stormcrawler-core - 3.5.2-SNAPSHOT - test-jar - test - - - org.apache.storm - storm-client - 2.8.8 - provided - - - log4j-slf4j2-impl - org.apache.logging.log4j - - - log4j-over-slf4j - org.slf4j - - - - - org.junit.jupiter - junit-jupiter-api - 6.1.0 - test - - - opentest4j - org.opentest4j - - - junit-platform-commons - org.junit.platform - - - apiguardian-api - org.apiguardian - - - - - org.junit.jupiter - junit-jupiter - 6.1.0 - test - - - junit-jupiter-params - org.junit.jupiter - - - junit-jupiter-engine - org.junit.jupiter - - - - - org.apache.stormcrawler - stormcrawler-core - 3.5.2-SNAPSHOT - compile - - - org.mockito - mockito-core - 5.23.0 - test - - - byte-buddy - net.bytebuddy - - - byte-buddy-agent - net.bytebuddy - - - - - - 10.0.0 - - diff --git a/external/solr/pom.xml b/external/solr/pom.xml index 8e72d44d3..0e8486be1 100644 --- a/external/solr/pom.xml +++ b/external/solr/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml @@ -71,6 +71,7 @@ under the License. true true true + false org.apache.solr:solr-solrj-jetty diff --git a/external/sql/pom.xml b/external/sql/pom.xml index 028b3ee3f..b472e1443 100644 --- a/external/sql/pom.xml +++ b/external/sql/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/tika/pom.xml b/external/tika/pom.xml index 56e2e20e8..4b602dc16 100644 --- a/external/tika/pom.xml +++ b/external/tika/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/urlfrontier/pom.xml b/external/urlfrontier/pom.xml index 1acc5e787..a8bd8d4e0 100644 --- a/external/urlfrontier/pom.xml +++ b/external/urlfrontier/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/external/warc/pom.xml b/external/warc/pom.xml index 5fb8d0141..694770298 100644 --- a/external/warc/pom.xml +++ b/external/warc/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.stormcrawler stormcrawler-external - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index d579b92cd..9b8cebf64 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. org.apache.stormcrawler stormcrawler - 3.5.2-SNAPSHOT + 3.6.1-SNAPSHOT pom stormcrawler @@ -60,7 +60,7 @@ under the License. - 2026-01-17T18:41:59Z + 2026-05-22T12:49:09Z UTF-8 -Xdoclint:none