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/09/02 22:00:04 UTC

[isis] 04/17: ISIS-2222: fixes dependencies

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

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

commit 6410d6f8a7552d91c403e32f7b94f7d156ba5ce1
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Aug 30 12:06:04 2020 +0100

    ISIS-2222: fixes dependencies
---
 extensions/core/command-log/pom.xml         |  1 +
 extensions/core/command-replay/impl/pom.xml | 10 ----------
 extensions/core/command-replay/pom.xml      |  3 +++
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/extensions/core/command-log/pom.xml b/extensions/core/command-log/pom.xml
index 4af0511..4fd42ca 100644
--- a/extensions/core/command-log/pom.xml
+++ b/extensions/core/command-log/pom.xml
@@ -34,6 +34,7 @@
 				<artifactId>isis-testing</artifactId>
 				<version>2.0.0-SNAPSHOT</version>
 				<scope>import</scope>
+				<type>pom</type>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
diff --git a/extensions/core/command-replay/impl/pom.xml b/extensions/core/command-replay/impl/pom.xml
index 94bbfc8..3a0a792 100644
--- a/extensions/core/command-replay/impl/pom.xml
+++ b/extensions/core/command-replay/impl/pom.xml
@@ -54,13 +54,11 @@
         <dependency>
             <groupId>org.apache.isis.mappings</groupId>
             <artifactId>isis-mappings-jaxrsclient-applib</artifactId>
-            <version>2.0.0-SNAPSHOT</version>   <!-- TODO: remove, shouldn't be necessary -->
         </dependency>
 
         <dependency>
             <groupId>org.apache.isis.mappings</groupId>
             <artifactId>isis-mappings-jaxrsclient-impl</artifactId>
-            <version>2.0.0-SNAPSHOT</version>   <!-- TODO: remove, shouldn't be necessary -->
         </dependency>
 
         <dependency>
@@ -71,16 +69,8 @@
         <dependency>
             <groupId>org.apache.isis.extensions</groupId>
             <artifactId>isis-extensions-quartz-impl</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-            <version>RELEASE</version>
-            <scope>compile</scope>
         </dependency>
 
     </dependencies>
 
-
 </project>
diff --git a/extensions/core/command-replay/pom.xml b/extensions/core/command-replay/pom.xml
index 733244b..208215a 100644
--- a/extensions/core/command-replay/pom.xml
+++ b/extensions/core/command-replay/pom.xml
@@ -34,6 +34,7 @@
 				<artifactId>isis-testing</artifactId>
 				<version>2.0.0-SNAPSHOT</version>
 				<scope>import</scope>
+				<type>pom</type>
 			</dependency>
 
 			<dependency>
@@ -41,6 +42,7 @@
 				<artifactId>isis-extensions</artifactId>
 				<version>2.0.0-SNAPSHOT</version>
 				<scope>import</scope>
+				<type>pom</type>
 			</dependency>
 
 			<dependency>
@@ -48,6 +50,7 @@
 				<artifactId>isis-mappings</artifactId>
 				<version>2.0.0-SNAPSHOT</version>
 				<scope>import</scope>
+				<type>pom</type>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>