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 2018/07/23 23:35:45 UTC

[isis] 04/04: ISIS-1810: changes helloworld to use axon rather than guava; removes duplicate dependency.

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 71150b5c96ccf0558727ce7db253bb10622df263
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jul 24 00:31:17 2018 +0100

    ISIS-1810: changes helloworld to use axon rather than guava; removes duplicate dependency.
---
 example/application/helloworld/pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index 90508f8..ada2eb8 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -162,7 +162,7 @@
         
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-plugins-eventbus-guava</artifactId>
+            <artifactId>isis-core-plugins-eventbus-axon</artifactId>
         </dependency>
     
     	<dependency>
@@ -170,11 +170,7 @@
             <artifactId>isis-core-plugins-jaxrs-resteasy-3</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-        </dependency>
-
+        <!-- OTHER DEPENDENCIES -->
         <dependency>
             <groupId>org.hsqldb</groupId>
             <artifactId>hsqldb</artifactId>