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 37a9584 Update surefire (addendum)
37a9584 is described below
commit 37a9584e663d4ac1de5147770f28d94f86c930a9
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>