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 2022/04/12 23:03:36 UTC

[isis] branch master updated: ISIS-2999: fix build (convergence issues)

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 798ea591a0 ISIS-2999: fix build (convergence issues)
798ea591a0 is described below

commit 798ea591a02e0a462f72407c2b2f68e2150bec60
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Apr 13 01:03:30 2022 +0200

    ISIS-2999: fix build (convergence issues)
---
 extensions/core/command-replay/secondary/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extensions/core/command-replay/secondary/pom.xml b/extensions/core/command-replay/secondary/pom.xml
index 62de394642..d166e0461e 100644
--- a/extensions/core/command-replay/secondary/pom.xml
+++ b/extensions/core/command-replay/secondary/pom.xml
@@ -78,11 +78,13 @@
             <scope>test</scope>
         </dependency>
         
+        <!-- TOOO convergence issues, disable for now 
         <dependency>
 			<groupId>org.glassfish.jersey.ext</groupId>
 			<artifactId>jersey-spring5</artifactId>
 			<scope>test</scope>
 		</dependency>
+		-->
 
     </dependencies>