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 2017/09/20 23:15:37 UTC

[3/3] isis git commit: ISIS-1712: adds axon framework as dependency for simpleapp archetype

ISIS-1712: adds axon framework as dependency for simpleapp archetype


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/9306dff5
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/9306dff5
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/9306dff5

Branch: refs/heads/master
Commit: 9306dff52bc6e767571355307c2241309b38d8ad
Parents: c364d91
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Sep 21 00:13:37 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Sep 21 00:13:37 2017 +0100

----------------------------------------------------------------------
 example/application/simpleapp/module-simple/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9306dff5/example/application/simpleapp/module-simple/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/module-simple/pom.xml b/example/application/simpleapp/module-simple/pom.xml
index bf735ad..0cc97ca 100644
--- a/example/application/simpleapp/module-simple/pom.xml
+++ b/example/application/simpleapp/module-simple/pom.xml
@@ -143,6 +143,11 @@
             <artifactId>isis-core-applib</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.axonframework</groupId>
+            <artifactId>axon-core</artifactId>
+        </dependency>
+
         <!-- test -->
         <dependency>
             <groupId>org.apache.isis.mavendeps</groupId>