You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2020/03/28 19:13:53 UTC

[aries-cdi] branch master updated: enabled mistakenly disabled tests

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 292bc6a  enabled mistakenly disabled tests
292bc6a is described below

commit 292bc6af104ccda78d8c31415021648393f1d82a
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sat Mar 28 15:02:05 2020 -0400

    enabled mistakenly disabled tests
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 cdi-extension-mp-config/pom.xml   | 2 +-
 cdi-extension-mp-jwt-auth/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cdi-extension-mp-config/pom.xml b/cdi-extension-mp-config/pom.xml
index 9de80ea..1fd80fc 100644
--- a/cdi-extension-mp-config/pom.xml
+++ b/cdi-extension-mp-config/pom.xml
@@ -194,7 +194,7 @@
 			<id>experimental</id>
 
 			<properties>
-				<maven.test.skip>true</maven.test.skip>
+				<maven.test.skip>false</maven.test.skip>
 			</properties>
 
 			<dependencies>
diff --git a/cdi-extension-mp-jwt-auth/pom.xml b/cdi-extension-mp-jwt-auth/pom.xml
index 0eddccc..1afd270 100644
--- a/cdi-extension-mp-jwt-auth/pom.xml
+++ b/cdi-extension-mp-jwt-auth/pom.xml
@@ -224,7 +224,7 @@
 			<id>experimental</id>
 
 			<properties>
-				<maven.test.skip>true</maven.test.skip>
+				<maven.test.skip>false</maven.test.skip>
 				<johnzon.version>1.2.3</johnzon.version>
 				<jax.rs.whiteboard.version>1.0.7</jax.rs.whiteboard.version>
 			</properties>