This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch update-pax-exam-in-jndi in repository https://gitbox.apache.org/repos/asf/aries.git
commit 058263fd7c8b528093e9f6196373ffad40c5970f Author: Dominik Przybysz <[email protected]> AuthorDate: Sun Feb 16 11:29:38 2025 +0100 [MAINTENANCE] Update pax-exam in jndi --- jndi/jndi-url-itest/pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/jndi/jndi-url-itest/pom.xml b/jndi/jndi-url-itest/pom.xml index 03c2a9463..2db7de053 100644 --- a/jndi/jndi-url-itest/pom.xml +++ b/jndi/jndi-url-itest/pom.xml @@ -58,7 +58,8 @@ <org.apache.felix.fileinstall.version>3.7.4</org.apache.felix.fileinstall.version> <org.apache.servicemix.bundles.cglib.version>3.3.0_1</org.apache.servicemix.bundles.cglib.version> <org.eclipse.osgi.version>3.22.0</org.eclipse.osgi.version> - <pax-exam.version>4.13.0</pax-exam.version> + <pax-exam.version>4.13.5</pax-exam.version> + <pax-swissbox.version>1.8.3</pax-swissbox.version> <pax-tinybundles.version>2.0.0</pax-tinybundles.version> <pax-url.version>2.6.16</pax-url.version> <pax-web.version>8.0.30</pax-web.version> @@ -170,6 +171,19 @@ <version>${pax-exam.version}</version> <scope>test</scope> </dependency> + <!-- Explicit dependency for swissbox to fix https://github.com/ops4j/org.ops4j.pax.exam/issues/1124 --> + <dependency> + <groupId>org.ops4j.pax.swissbox</groupId> + <artifactId>pax-swissbox-framework</artifactId> + <version>${pax-swissbox.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.ops4j.pax.swissbox</groupId> + <artifactId>pax-swissbox-tracker</artifactId> + <version>${pax-swissbox.version}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-aether</artifactId>
