You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/01/28 11:45:08 UTC

[isis] branch master updated: ISIS-2158: let 'commons' be a transitive dependency of rest-client-api

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a06109b  ISIS-2158: let 'commons' be a transitive dependency of rest-client-api
a06109b is described below

commit a06109bd4416254c4df583e7ce0df096cfd5ad78
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Jan 28 12:44:57 2020 +0100

    ISIS-2158: let 'commons' be a transitive dependency of rest-client-api
    
    - because we need Can<T> from 'commons'
---
 mappings/restclient/api/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mappings/restclient/api/pom.xml b/mappings/restclient/api/pom.xml
index 80048a1..3365408 100644
--- a/mappings/restclient/api/pom.xml
+++ b/mappings/restclient/api/pom.xml
@@ -39,7 +39,6 @@
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
 			<artifactId>isis-core-commons</artifactId>
-			<scope>provided</scope>
 		</dependency>
 
 		<dependency>