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 1934b66 Fix build failure.
1934b66 is described below
commit 1934b66915445c279e78f19c9e793dcd2b13e6f0
Author: JamesBognar <[email protected]>
AuthorDate: Sun Jun 30 13:47:32 2019 -0400
Fix build failure.
---
juneau-rest/juneau-rest-client-utest/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/juneau-rest/juneau-rest-client-utest/pom.xml
b/juneau-rest/juneau-rest-client-utest/pom.xml
index d57a5e7..797afa1 100644
--- a/juneau-rest/juneau-rest-client-utest/pom.xml
+++ b/juneau-rest/juneau-rest-client-utest/pom.xml
@@ -62,12 +62,6 @@
</dependency>
<dependency>
<groupId>org.apache.juneau</groupId>
- <artifactId>juneau-rest-mock</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>org.apache.juneau</groupId>
<artifactId>juneau-rest-mock-utest</artifactId>
<version>${project.version}</version>
<type>test-jar</type>