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 0dfc8c169 Remove bad dependency.
0dfc8c169 is described below
commit 0dfc8c169bb5db7c07093a0ea383fe01192ffe8c
Author: JamesBognar <[email protected]>
AuthorDate: Sun Sep 18 10:22:26 2022 -0400
Remove bad dependency.
---
juneau-examples/juneau-examples-rest/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/juneau-examples/juneau-examples-rest/pom.xml
b/juneau-examples/juneau-examples-rest/pom.xml
index b9ea753ca..837705041 100644
--- a/juneau-examples/juneau-examples-rest/pom.xml
+++ b/juneau-examples/juneau-examples-rest/pom.xml
@@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>org.apache.juneau</groupId>
- <artifactId>juneau-rest-server-rdf</artifactId>
+ <artifactId>juneau-rest-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>