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

virajjasani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/phoenix-adapters.git


The following commit(s) were added to refs/heads/main by this push:
     new c241a4b  Update surefire (addendum)
c241a4b is described below

commit c241a4b29323b420811dc87fc5046cf1c8b15a88
Author: Palash Chauhan <[email protected]>
AuthorDate: Fri Mar 20 16:10:18 2026 -0700

    Update surefire (addendum)
---
 phoenix-ddb-rest/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/phoenix-ddb-rest/pom.xml b/phoenix-ddb-rest/pom.xml
index 5c2d7ca..0becc29 100644
--- a/phoenix-ddb-rest/pom.xml
+++ b/phoenix-ddb-rest/pom.xml
@@ -499,6 +499,16 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <version>${surefire.version}</version>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-failsafe-plugin</artifactId>
+              <version>${surefire.version}</version>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to