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 20811531fc0ead06488de8dd2a16aae0dae4c7bc 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 8912afb3..8fd86df 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>
