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/31 10:55:18 UTC

[isis] branch master updated: ISIS-2158: fixes eclipse build

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 2360c25  ISIS-2158: fixes eclipse build
2360c25 is described below

commit 2360c257ee7b592f8388fa5a1e369bd39f153e18
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 31 11:55:09 2020 +0100

    ISIS-2158: fixes eclipse build
---
 starters/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/starters/pom.xml b/starters/pom.xml
index 82599ae..c255a5e 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -133,6 +133,13 @@ under the License.
 				<scope>import</scope>
 				<type>pom</type>
 			</dependency>
+			
+			<dependency>
+				<groupId>org.apache.isis.mavendeps</groupId>
+				<artifactId>isis-mavendeps-integtests</artifactId>
+				<version>2.0.0-M3-SNAPSHOT</version>
+				<type>pom</type>
+			</dependency>
 
 			<dependency>
 				<groupId>org.apache.isis.valuetypes</groupId>