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

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


The following commit(s) were added to refs/heads/ignite-2.13 by this push:
     new c7d7aabf2da IGNITE-16815 Fix classloading for compatibility tests 
(#9978)
c7d7aabf2da is described below

commit c7d7aabf2dab918ff9edc971f544670e70780325
Author: Maxim Muzafarov <maxmu...@gmail.com>
AuthorDate: Fri Apr 15 18:01:52 2022 +0300

    IGNITE-16815 Fix classloading for compatibility tests (#9978)
---
 .../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