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

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


The following commit(s) were added to refs/heads/main by this push:
     new f2bc25151e2 Remove ppc64le-specific maven profile for 
hashicorp-vault-starter (#1333)
f2bc25151e2 is described below

commit f2bc25151e2ffd6724df7c0f85c7e2b12c4f58e5
Author: anushkajuli <[email protected]>
AuthorDate: Mon Jan 6 12:36:43 2025 +0530

    Remove ppc64le-specific maven profile for hashicorp-vault-starter (#1333)
    
    Co-authored-by: anushkajuli <[email protected]>
---
 .../camel-hashicorp-vault-starter/pom.xml          | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/components-starter/camel-hashicorp-vault-starter/pom.xml 
b/components-starter/camel-hashicorp-vault-starter/pom.xml
index e297d5f84b9..44488a8b75d 100644
--- a/components-starter/camel-hashicorp-vault-starter/pom.xml
+++ b/components-starter/camel-hashicorp-vault-starter/pom.xml
@@ -64,29 +64,4 @@
     </dependency>
     <!--END OF GENERATED CODE-->
   </dependencies>
-  <profiles>
-    <profile>
-      <id>ppc64le</id>
-      <activation>
-        <os>
-          <arch>ppc64le</arch>
-        </os>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-failsafe-plugin</artifactId>
-            <configuration>
-              <skipITs>${skipTests}</skipITs>
-              <reuseForks>true</reuseForks>
-              <systemPropertyVariables>
-                
<hashicorp.vault.container>icr.io/ppc64le-oss/vault-ppc64le:v1.13.1</hashicorp.vault.container>
-              </systemPropertyVariables>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>

Reply via email to