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 2018/02/27 22:00:24 UTC

[isis] branch master updated: ISIS-1841 add applib as compile dependency to applib-legacy

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 0d11e12  ISIS-1841 add applib as compile dependency to applib-legacy
0d11e12 is described below

commit 0d11e1265298d54cd008788e9970c41b482533c6
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Feb 27 23:00:20 2018 +0100

    ISIS-1841 add applib as compile dependency to applib-legacy
---
 core/applib-legacy/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/applib-legacy/pom.xml b/core/applib-legacy/pom.xml
index 89f196d..8709d63 100644
--- a/core/applib-legacy/pom.xml
+++ b/core/applib-legacy/pom.xml
@@ -57,6 +57,12 @@
 			<groupId>com.google.guava</groupId>
 			<artifactId>guava</artifactId>
 		</dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.core</groupId>
+			<artifactId>isis-core-applib</artifactId>
+			<scope>compile</scope>
+		</dependency>
 		
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.