Skip to content

GH-3201: Remove jena-fuseki-fulljar #3202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
22 changes: 2 additions & 20 deletions jena-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,24 +159,6 @@

<!-- Component modules -->

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-fulljar</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-geosparql</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-main</artifactId>
Expand All @@ -185,13 +167,13 @@

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-war</artifactId>
<artifactId>jena-fuseki-core</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-webapp</artifactId>
<artifactId>jena-fuseki-geosparql</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
143 changes: 0 additions & 143 deletions jena-fuseki2/jena-fuseki-fulljar/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion jena-fuseki2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<!-- Fuseki Webapp -->
<module>jena-fuseki-webapp</module>
<module>jena-fuseki-war</module>
<module>jena-fuseki-fulljar</module>

<!-- Fuseki Dockerfile -->
<module>jena-fuseki-docker</module>
Expand Down
Loading