This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.x in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit 2cd0ba49a345d43d4a1dcbe6ac5e89406f95c6cf Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Jun 14 15:52:51 2021 +0100 NO-JIRA: update or exclude some test deps related to kdc bits (cherry picked from commit 54674793b15014e9f24b35e3302dd3fe43de6533) --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 35b2142..70627a7 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ <mockito-version>3.9.0</mockito-version> <hamcrest-version>2.2</hamcrest-version> <hadoop-minikdc-version>3.3.0</hadoop-minikdc-version> + <commons-io-version>2.10.0</commons-io-version> <!-- Maven Plugin Versions for this Project --> <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version> @@ -234,6 +235,23 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>${commons-io-version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.kerby</groupId> + <artifactId>token-provider</artifactId> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.nimbusds</groupId> + <artifactId>nimbus-jose-jwt</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> </dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
