This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a commit to branch ignite-16815
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit c56c66978284caecba7548c01864668a7057193f
Author: Maxim Muzafarov <maxmu...@gmail.com>
AuthorDate: Thu Apr 14 21:51:32 2022 +0300

    IGNITE-16815 Fix classloading for compatibility tests
---
 .../apache/ignite/compatibility/testframework/junits/Dependency.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/compatibility/src/test/java/org/apache/ignite/compatibility/testframework/junits/Dependency.java
 
b/modules/compatibility/src/test/java/org/apache/ignite/compatibility/testframework/junits/Dependency.java
index 1316203d9f5..9f99c73c9cd 100644
--- 
a/modules/compatibility/src/test/java/org/apache/ignite/compatibility/testframework/junits/Dependency.java
+++ 
b/modules/compatibility/src/test/java/org/apache/ignite/compatibility/testframework/junits/Dependency.java
@@ -97,7 +97,7 @@ public class Dependency {
      * @return Template of artifact's path in Maven repository.
      */
     public String artifactPathTemplate() {
-        return "repository/" + groupId.replaceAll("\\.", "/") + "/" + 
artifactId;
+        return "repository/" + groupId.replaceAll("\\.", "/") + "/" + 
artifactId + "/";
     }
 
     /**

Reply via email to