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/28 12:36:28 UTC

[isis] branch master updated: ISIS-1841 metamodel-legacy: fix test dependencies

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 4485ce6  ISIS-1841 metamodel-legacy: fix test dependencies
4485ce6 is described below

commit 4485ce66008421f8f305195fb9e68181a2fa8f88
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Feb 28 13:36:24 2018 +0100

    ISIS-1841 metamodel-legacy: fix test dependencies
---
 core/metamodel-legacy/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/metamodel-legacy/pom.xml b/core/metamodel-legacy/pom.xml
index 3d6063b..9685003 100644
--- a/core/metamodel-legacy/pom.xml
+++ b/core/metamodel-legacy/pom.xml
@@ -75,6 +75,12 @@
             <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-metamodel</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.isis.core</groupId>
+            <artifactId>isis-core-metamodel</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>commons-codec</groupId>

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