You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2020/03/24 16:53:07 UTC

[cxf] branch 3.2.x-fixes updated: Make sure the karaf distro is downloaded before running tests

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new aa30fd0  Make sure the karaf distro is downloaded before running tests
aa30fd0 is described below

commit aa30fd0aa0f004daef0a25f3f61a322df5914058
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Tue Mar 24 12:52:38 2020 -0400

    Make sure the karaf distro is downloaded before running tests
---
 services/sts/systests/sts-itests/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/services/sts/systests/sts-itests/pom.xml b/services/sts/systests/sts-itests/pom.xml
index 14e7fd0..5d92463 100644
--- a/services/sts/systests/sts-itests/pom.xml
+++ b/services/sts/systests/sts-itests/pom.xml
@@ -51,6 +51,20 @@
             <type>xml</type>
         </dependency>
         
+        
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>apache-karaf</artifactId>
+            <version>${cxf.karaf.version}</version>
+            <scope>test</scope>
+            <type>tar.gz</type>
+            <exclusions>
+                <exclusion>
+                    <artifactId>*</artifactId>
+                    <groupId>*</groupId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <!-- to force the karaf cxf feature to be available before testing -->
         <dependency>
             <groupId>org.apache.cxf.karaf</groupId>