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 14:30:25 UTC

[isis] 04/05: ISIS-1905: explicitely set axon 2.x version in runtime-legacy

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

commit 519ff978bbabb7f5cc3cf1ef997430ed2a21a73a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Aug 27 15:51:34 2018 +0200

    ISIS-1905: explicitely set axon 2.x version in runtime-legacy
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1905
---
 core/legacy/runtime-legacy/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/legacy/runtime-legacy/pom.xml b/core/legacy/runtime-legacy/pom.xml
index 2270c9c..cda80ee 100644
--- a/core/legacy/runtime-legacy/pom.xml
+++ b/core/legacy/runtime-legacy/pom.xml
@@ -149,6 +149,7 @@
                 <dependency>
                     <groupId>org.axonframework</groupId>
                     <artifactId>axon-core</artifactId>
+                    <version>2.4.4</version>
                 </dependency>
             </dependencies>
         </profile>