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

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f19da3d7a net.openhft:affinity included in flattened BOM only on Mac 
#3788
5f19da3d7a is described below

commit 5f19da3d7adfa07915a9891103f139c0440cc252
Author: Peter Palaga <[email protected]>
AuthorDate: Wed May 25 20:04:11 2022 +0200

    net.openhft:affinity included in flattened BOM only on Mac #3788
---
 poms/bom/pom.xml                                              | 1 +
 poms/bom/src/main/generated/flattened-reduced-pom.xml         | 5 +++++
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 5 +++++
 3 files changed, 11 insertions(+)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 2e13dce14b..9a59124365 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -9966,6 +9966,7 @@
                                 <!-- whose dependencies we want to cover in 
the flattened BOM -->
                                 
<resolutionEntryPointInclude>org.apache.camel.quarkus:*</resolutionEntryPointInclude>
                                 
<resolutionEntryPointInclude>ca.uhn.hapi:*</resolutionEntryPointInclude>
+                                
<resolutionEntryPointInclude>net.openhft:affinity</resolutionEntryPointInclude><!--
 https://github.com/apache/camel-quarkus/issues/3788 -->
                             </resolutionEntryPointIncludes>
                             <addExclusions>
                                 <addExclusion>
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 3862723207..7bc4115122 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -10460,6 +10460,11 @@
         <artifactId>cache-api</artifactId>
         <version>1.1.1</version>
       </dependency>
+      <dependency>
+        <groupId>net.openhft</groupId>
+        <artifactId>affinity</artifactId>
+        <version>3.20.0</version>
+      </dependency>
       <dependency>
         <groupId>com.hazelcast</groupId>
         <artifactId>quarkus-hazelcast-client</artifactId>
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 155f128967..60fbdaea23 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -10460,6 +10460,11 @@
         <artifactId>cache-api</artifactId><!-- 
com.hazelcast:quarkus-hazelcast-client-bom:3.0.0 -->
         <version>1.1.1</version><!-- 
com.hazelcast:quarkus-hazelcast-client-bom:3.0.0 -->
       </dependency>
+      <dependency>
+        <groupId>net.openhft</groupId><!-- 
com.hazelcast:quarkus-hazelcast-client-bom:3.0.0 -->
+        <artifactId>affinity</artifactId><!-- 
com.hazelcast:quarkus-hazelcast-client-bom:3.0.0 -->
+        <version>3.20.0</version><!-- 
com.hazelcast:quarkus-hazelcast-client-bom:3.0.0 -->
+      </dependency>
       <dependency>
         <groupId>com.hazelcast</groupId><!-- 
com.hazelcast:quarkus-hazelcast-client-bom:3.0.0 -->
         <artifactId>quarkus-hazelcast-client</artifactId><!-- 
com.hazelcast:quarkus-hazelcast-client-bom:3.0.0 -->

Reply via email to