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 08cfc22  ISIs-1893 add core-wrapper as compile-dependency to jdo 
core-plugins
08cfc22 is described below

commit 08cfc2219d54ae816dba150969ad6faeb317bf4c
Author: Andi Huber <ahu...@apache.org>
AuthorDate: Tue Mar 6 12:03:51 2018 +0100

    ISIs-1893 add core-wrapper as compile-dependency to jdo core-plugins
---
 core/plugins/jdo-datanucleus-4/pom.xml | 7 +++++++
 core/plugins/jdo-datanucleus-5/pom.xml | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/core/plugins/jdo-datanucleus-4/pom.xml 
b/core/plugins/jdo-datanucleus-4/pom.xml
index 094a00c..9a17d68 100644
--- a/core/plugins/jdo-datanucleus-4/pom.xml
+++ b/core/plugins/jdo-datanucleus-4/pom.xml
@@ -113,6 +113,13 @@
                        <scope>compile</scope>
                </dependency>
                
+               <!-- Core Wrapper -->
+               <dependency>
+                       <groupId>org.apache.isis.core</groupId>
+                       <artifactId>isis-core-wrapper</artifactId>
+                       <scope>compile</scope>
+               </dependency>
+               
                <!-- TESTING -->
                
         <dependency>
diff --git a/core/plugins/jdo-datanucleus-5/pom.xml 
b/core/plugins/jdo-datanucleus-5/pom.xml
index b76d572..5446933 100644
--- a/core/plugins/jdo-datanucleus-5/pom.xml
+++ b/core/plugins/jdo-datanucleus-5/pom.xml
@@ -112,6 +112,13 @@
                        <scope>compile</scope>
                </dependency>
                
+               <!-- Core Wrapper -->
+               <dependency>
+                       <groupId>org.apache.isis.core</groupId>
+                       <artifactId>isis-core-wrapper</artifactId>
+                       <scope>compile</scope>
+               </dependency>
+               
                <!-- TESTING -->
                
         <dependency>

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

Reply via email to