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/05/13 14:37:08 UTC

[isis] 05/05: ISIS-1810: adds missing dependency declarations

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 80d9ddcc69fdc7147d1961845a1197d550d04178
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun May 13 15:29:46 2018 +0100

    ISIS-1810: adds missing dependency declarations
---
 core/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index f215928..57fa935 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1450,6 +1450,12 @@ ${license.additional-notes}
 
             <dependency>
                 <groupId>org.apache.isis.core</groupId>
+                <artifactId>isis-core-plugins-jdo-datanucleus-4</artifactId>
+                <version>${revision}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.isis.core</groupId>
                 <artifactId>isis-core-plugins-jdo-datanucleus-5</artifactId>
                 <version>${revision}</version>
             </dependency>
@@ -1462,10 +1468,22 @@ ${license.additional-notes}
 
             <dependency>
                 <groupId>org.apache.isis.core</groupId>
+                <artifactId>isis-core-plugins-eventbus-axon</artifactId>
+                <version>${revision}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.isis.core</groupId>
                 <artifactId>isis-core-plugins-jaxrs-resteasy-3</artifactId>
                 <version>${revision}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.apache.isis.core</groupId>
+                <artifactId>isis-core-plugins-jaxrs-resteasy-4</artifactId>
+                <version>${revision}</version>
+            </dependency>
+
 
             <!-- also for benefit of application developers, using scope=import -->
             <dependency>

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.