diff --git a/BUILD.md b/BUILD.md
index b2fc5f48360..c3f5647188e 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -87,12 +87,8 @@ This happens if the top level POM is included, as well as `jena-db` and
### Avoid output modules
-Artifacts that provide shaded jars should not normally be imported, especially
-`jena-shaded-guava`. Other shared jars included `jena-fuseki-server` and
-`jena-fuseki-fulljar`.
-
-`jena-shaded-guava` will be obtained from a maven repository or from a local run
-of mvn.
+Artifacts that provide shaded jars should not normally be imported,
+such as `jena-fuseki-server`.
## Build Notes
diff --git a/jena-bom/pom.xml b/jena-bom/pom.xml
index 64542d70518..395714462ae 100644
--- a/jena-bom/pom.xml
+++ b/jena-bom/pom.xml
@@ -159,24 +159,6 @@
-
- org.apache.jena
- jena-fuseki-core
- ${project.version}
-
-
-
- org.apache.jena
- jena-fuseki-fulljar
- ${project.version}
-
-
-
- org.apache.jena
- jena-fuseki-geosparql
- ${project.version}
-
-
org.apache.jena
jena-fuseki-main
@@ -185,13 +167,13 @@
org.apache.jena
- jena-fuseki-war
+ jena-fuseki-core
${project.version}
org.apache.jena
- jena-fuseki-webapp
+ jena-fuseki-geosparql
${project.version}
diff --git a/jena-fuseki2/jena-fuseki-fulljar/pom.xml b/jena-fuseki2/jena-fuseki-fulljar/pom.xml
deleted file mode 100644
index a83cae8582f..00000000000
--- a/jena-fuseki2/jena-fuseki-fulljar/pom.xml
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
- 4.0.0
-
- Apache Jena - Fuseki Server Standalone Jar
- jena-fuseki-fulljar
-
-
- org.apache.jena
- jena-fuseki
- 5.5.0-SNAPSHOT
-
-
- jar
- Fuseki Webapp - combined jar with built-in webserver.
-
-
- org.apache.jena.fuseki.fulljar
-
-
-
-
-
- org.apache.jena
- jena-fuseki-webapp
- ${project.version}
-
-
- org.apache.logging.log4j
- log4j-web
-
-
-
-
-
-
- org.apache.jena
- jena-cmds
- ${project.version}
-
-
-
- org.apache.logging.log4j
- log4j-slf4j2-impl
-
-
- org.apache.logging.log4j
- log4j-api
-
-
- org.apache.logging.log4j
- log4j-core
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
-
- false
-
-
-
- org.apache.jena.fuseki.cmd.FusekiWebappCmd
-
-
- true
-
-
-
-
-
- false
-
-
-
-
- *:*
-
-
- META-INF/*.SF
- META-INF/*.DSA
- META-INF/*.RSA
- META-INF/DEPENDENCIES
- META-INF/MANIFEST.MF
- **/module-info.class
- META-INF/versions/9/OSGI-INF/MANIFEST.MF
-
-
-
- org.omnifaces:omnifaces
-
- META-INF/beans.xml
- META-INF/faces-config.xml
-
-
-
-
-
-
- package
-
-
- shade
-
-
-
-
-
-
-
diff --git a/jena-fuseki2/pom.xml b/jena-fuseki2/pom.xml
index 7c2805f90f3..3dbe63b2123 100644
--- a/jena-fuseki2/pom.xml
+++ b/jena-fuseki2/pom.xml
@@ -63,7 +63,6 @@
jena-fuseki-webapp
jena-fuseki-war
- jena-fuseki-fulljar
jena-fuseki-docker