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 8953c641c Remove bad dependency.
8953c641c is described below
commit 8953c641cd08bc9ac6f7b94f8fa21ef788a373fd
Author: JamesBognar <[email protected]>
AuthorDate: Sun Sep 18 10:41:27 2022 -0400
Remove bad dependency.
---
juneau-examples/juneau-examples-core/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/juneau-examples/juneau-examples-core/pom.xml
b/juneau-examples/juneau-examples-core/pom.xml
index bc28b8d39..f187df2eb 100644
--- a/juneau-examples/juneau-examples-core/pom.xml
+++ b/juneau-examples/juneau-examples-core/pom.xml
@@ -41,11 +41,6 @@
<artifactId>juneau-marshall</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.juneau</groupId>
- <artifactId>juneau-marshall-rdf</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-dto</artifactId>