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

[isis] 03/08: ISIS-2192: sorting out dependencies

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

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

commit e7eaf0a5c763891dba33b4816a68835501ae8c9f
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 30 16:01:00 2020 +0000

    ISIS-2192: sorting out dependencies
    
    have a cycle fixtures <-> integtestsupport-applib
---
 testing/fixtures/applib/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/testing/fixtures/applib/pom.xml b/testing/fixtures/applib/pom.xml
index 788e16a..a469687 100644
--- a/testing/fixtures/applib/pom.xml
+++ b/testing/fixtures/applib/pom.xml
@@ -75,12 +75,6 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.isis.testing</groupId>
-			<artifactId>isis-testing-integtestsupport-applib</artifactId>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
 			<groupId>org.apache.isis.core</groupId>
 			<artifactId>isis-core-runtime</artifactId>
 			<scope>provided</scope>