pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
184 stars 75 forks source link

Fix scim2-sdk-server tests being skipped #211

Closed kqarryzada closed 1 year ago

kqarryzada commented 1 year ago

Added some test dependencies that were removed in a previous commit, as they were incorrectly determined to be unused. These changes alone were insufficient because the newest version of the Maven Surefire Plugin was not correctly invoking the TestNG framework. To work around this issue, the plugin has been explicitly configured to use TestNG.