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/08/27 11:25:14 UTC

[isis] branch master updated: ISIS-1905: remove axon references from core's pom.xml

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 4142af1  ISIS-1905: remove axon references from core's pom.xml
4142af1 is described below

commit 4142af18bc0e0a9ab4aa34c96df9e957bc1539a0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Aug 27 13:25:10 2018 +0200

    ISIS-1905: remove axon references from core's pom.xml
    
    let the axon plugin be responsible instead
---
 core/plugins/eventbus-axon/pom.xml | 4 ++++
 core/pom.xml                       | 7 -------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/core/plugins/eventbus-axon/pom.xml b/core/plugins/eventbus-axon/pom.xml
index fb84f56..8c85d54 100644
--- a/core/plugins/eventbus-axon/pom.xml
+++ b/core/plugins/eventbus-axon/pom.xml
@@ -58,6 +58,7 @@
 		<dependency>
 			<groupId>org.axonframework</groupId>
 			<artifactId>axon-core</artifactId>
+			<version>${axon-core.version}</version>
 		</dependency>
 
 		<dependency>
@@ -65,6 +66,9 @@
 			<artifactId>isis-core-runtime</artifactId>
 			<scope>compile</scope>
 		</dependency>
+
+		<!-- TESTS -->
+		
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
 			<artifactId>isis-core-runtime</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 2b81498..626bd61 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1584,13 +1584,6 @@ ${license.additional-notes}
                 <version>${guava.version}</version>
             </dependency>
             
-            <!-- Axon -->
-            <dependency>
-                <groupId>org.axonframework</groupId>
-                <artifactId>axon-core</artifactId>
-                <version>${axon-core.version}</version>
-            </dependency>
-
             <!-- Logging -->
             <dependency>
               <groupId>org.slf4j</groupId>