This is an automated email from the ASF dual-hosted git repository.
OpenPj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4a2ed34e7 Fixed Web Connector artifactId in the Jetty Runner POM
4a2ed34e7 is described below
commit 4a2ed34e77f01a8097eb5225ada32c9e4ec9e533
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Jul 2 16:40:36 2026 +0200
Fixed Web Connector artifactId in the Jetty Runner POM
---
framework/jetty-runner/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/jetty-runner/pom.xml b/framework/jetty-runner/pom.xml
index 73c456dda..324c381eb 100644
--- a/framework/jetty-runner/pom.xml
+++ b/framework/jetty-runner/pom.xml
@@ -211,7 +211,7 @@
<!-- repository connectors -->
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>mcf-web-connector</artifactId>
+ <artifactId>mcf-webcrawler-connector</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>