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/03/06 11:20:07 UTC

[isis] branch master updated: ISIS-1893 fixes jax-rs core-plugin, missing dependencies

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 f071427  ISIS-1893 fixes jax-rs core-plugin, missing dependencies
f071427 is described below

commit f071427565e2e3162b0c1127a0e761241f71e77f
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Mar 6 12:20:01 2018 +0100

    ISIS-1893 fixes jax-rs core-plugin, missing dependencies
    
    fixing dependences only available for scope=test
---
 core/plugins/jaxrs-resteasy-3/pom.xml | 1 +
 core/plugins/jaxrs-resteasy-4/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/core/plugins/jaxrs-resteasy-3/pom.xml b/core/plugins/jaxrs-resteasy-3/pom.xml
index 7d630fb..e4ac184 100644
--- a/core/plugins/jaxrs-resteasy-3/pom.xml
+++ b/core/plugins/jaxrs-resteasy-3/pom.xml
@@ -138,6 +138,7 @@
         <dependency>
             <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-viewer-restfulobjects-server</artifactId>
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         
diff --git a/core/plugins/jaxrs-resteasy-4/pom.xml b/core/plugins/jaxrs-resteasy-4/pom.xml
index d5c39f7..07ed479 100644
--- a/core/plugins/jaxrs-resteasy-4/pom.xml
+++ b/core/plugins/jaxrs-resteasy-4/pom.xml
@@ -138,6 +138,7 @@
         <dependency>
             <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-viewer-restfulobjects-server</artifactId>
+            <type>test-jar</type>            
             <scope>test</scope>
         </dependency>
 

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