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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 282527afb33ab15cc112320bea05f998e8a3659c
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Apr 12 07:56:34 2021 +0200

    CAMEL-16400 - Split unit and integration tests for AWS Secrets Manager
---
 components/camel-aws/camel-aws-secrets-manager/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/components/camel-aws/camel-aws-secrets-manager/pom.xml 
b/components/camel-aws/camel-aws-secrets-manager/pom.xml
index 3cf3411..776b4f5 100644
--- a/components/camel-aws/camel-aws-secrets-manager/pom.xml
+++ b/components/camel-aws/camel-aws-secrets-manager/pom.xml
@@ -93,4 +93,13 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-failsafe-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Reply via email to