This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch ISIS-2222 in repository https://gitbox.apache.org/repos/asf/isis.git
commit c99858e84b2bc04c722868c91d5ce80649cdf981 Author: danhaywood <[email protected]> AuthorDate: Sun Aug 30 12:14:58 2020 +0100 ISIS-2222: fixes api to applib for smoke tests --- examples/smoketests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smoketests/pom.xml b/examples/smoketests/pom.xml index cef1ca7..0c4869a 100644 --- a/examples/smoketests/pom.xml +++ b/examples/smoketests/pom.xml @@ -278,7 +278,7 @@ </dependency> <dependency> <groupId>org.apache.isis.mappings</groupId> - <artifactId>isis-mappings-restclient-api</artifactId> + <artifactId>isis-mappings-restclient-applib</artifactId> </dependency> <dependency> <groupId>org.apache.isis.extensions</groupId>
