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 2020/09/14 16:15:08 UTC

[isis] branch master updated: ISIS-2427: CI: remove mappings/microprofile from default build

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 e047a19  ISIS-2427: CI: remove mappings/microprofile from default build
e047a19 is described below

commit e047a1957312c67aae34bfeeb947ed3b5fa6afab
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Sep 14 18:13:56 2020 +0200

    ISIS-2427: CI: remove mappings/microprofile from default build
---
 incubator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/incubator/pom.xml b/incubator/pom.xml
index 0b02534..76931a6 100644
--- a/incubator/pom.xml
+++ b/incubator/pom.xml
@@ -111,7 +111,7 @@
 	</dependencies>
 
 	<modules>
-		<module>mappings/microprofile</module>
+<!-- 		<module>mappings/microprofile</module> -->
 		<module>viewers/vaadin</module>
 		<module>viewers/javafx</module>
 	</modules>