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 9a80835  Revert "Fixup 218bef4 Special fix for JMS extensions 
depending on"
9a80835 is described below

commit 9a80835699e0d5e8af4eb5081b7dabfe54b80d1e
Author: Peter Palaga <[email protected]>
AuthorDate: Sun Nov 14 22:31:37 2021 +0100

    Revert "Fixup 218bef4 Special fix for JMS extensions depending on"
    
    This reverts commit 000d5e1add0af0f7683c5ba8258e3b90bb3b2ad7.
    
    This was properly fixed in Platform BOM generator 0.0.35, see
    https://github.com/quarkusio/quarkus-platform-bom-generator/issues/86
---
 integration-tests/jms-qpid-amqp-client/pom.xml   | 19 -------------------
 integration-tests/sjms-qpid-amqp-client/pom.xml  | 19 -------------------
 integration-tests/sjms2-qpid-amqp-client/pom.xml | 19 -------------------
 3 files changed, 57 deletions(-)

diff --git a/integration-tests/jms-qpid-amqp-client/pom.xml 
b/integration-tests/jms-qpid-amqp-client/pom.xml
index a6b8192..94bbfc3 100644
--- a/integration-tests/jms-qpid-amqp-client/pom.xml
+++ b/integration-tests/jms-qpid-amqp-client/pom.xml
@@ -134,25 +134,6 @@
                 </dependency>
             </dependencies>
         </profile>
-        <profile>
-            <id>quarkus-platform</id>
-            <activation>
-                <property>
-                    <name>quarkus.platform.version</name>
-                </property>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>com.redhat.quarkus</groupId>
-                        <artifactId>quarkus-universe-bom</artifactId>
-                        <version>${quarkus.platform.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
     </profiles>
 
 </project>
diff --git a/integration-tests/sjms-qpid-amqp-client/pom.xml 
b/integration-tests/sjms-qpid-amqp-client/pom.xml
index 1e683af..a64f2a1 100644
--- a/integration-tests/sjms-qpid-amqp-client/pom.xml
+++ b/integration-tests/sjms-qpid-amqp-client/pom.xml
@@ -134,25 +134,6 @@
                 </dependency>
             </dependencies>
         </profile>
-        <profile>
-            <id>quarkus-platform</id>
-            <activation>
-                <property>
-                    <name>quarkus.platform.version</name>
-                </property>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>com.redhat.quarkus</groupId>
-                        <artifactId>quarkus-universe-bom</artifactId>
-                        <version>${quarkus.platform.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
     </profiles>
 
 </project>
diff --git a/integration-tests/sjms2-qpid-amqp-client/pom.xml 
b/integration-tests/sjms2-qpid-amqp-client/pom.xml
index a181e8f..97ee5e5 100644
--- a/integration-tests/sjms2-qpid-amqp-client/pom.xml
+++ b/integration-tests/sjms2-qpid-amqp-client/pom.xml
@@ -134,25 +134,6 @@
                 </dependency>
             </dependencies>
         </profile>
-        <profile>
-            <id>quarkus-platform</id>
-            <activation>
-                <property>
-                    <name>quarkus.platform.version</name>
-                </property>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>com.redhat.quarkus</groupId>
-                        <artifactId>quarkus-universe-bom</artifactId>
-                        <version>${quarkus.platform.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
     </profiles>
 
 </project>

Reply via email to