[java-idp-integration-tests] 01/02: Add explicit TestNG dependency

Tom Zeller tzeller at dragonacea.biz
Tue Aug 23 14:05:19 UTC 2022


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=69d0fc44a8d479415714a18d9cc9c661aecf58cc

commit 69d0fc44a8d479415714a18d9cc9c661aecf58cc
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 23 08:48:56 2022 -0500

    Add explicit TestNG dependency
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2b18f9e..f10c213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,11 @@
         </dependency>
 
         <!-- Test Dependencies -->
+        <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list