This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 9376d1379 Remove RDF packages from distribution.
9376d1379 is described below

commit 9376d137919c38eb4779a848c57c1efcc5d147b9
Author: JamesBognar <[email protected]>
AuthorDate: Sat Sep 17 10:21:30 2022 -0400

    Remove RDF packages from distribution.
---
 juneau-core/pom.xml | 1 -
 juneau-rest/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index a5c7660ba..7c69d09ed 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -31,7 +31,6 @@
        <modules>
                <module>juneau-common</module>
                <module>juneau-marshall</module>
-               <module>juneau-marshall-rdf</module>
                <module>juneau-dto</module>
                <module>juneau-config</module>
                <module>juneau-assertions</module>
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index 616d52da6..74e0b56e7 100644
--- a/juneau-rest/pom.xml
+++ b/juneau-rest/pom.xml
@@ -32,7 +32,6 @@
                <module>juneau-rest-common</module>
                <module>juneau-rest-server</module>
                <module>juneau-rest-server-jaxrs</module>
-               <module>juneau-rest-server-rdf</module>
                <module>juneau-rest-server-springboot</module>
                <module>juneau-rest-client</module>
                <module>juneau-rest-mock</module>

Reply via email to