You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2019/04/30 10:39:38 UTC

[ignite] branch gg-18539 updated: GG-18539: Revert unrelated change.

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

amashenkov pushed a commit to branch gg-18539
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/gg-18539 by this push:
     new 8d68d6c  GG-18539: Revert unrelated change.
8d68d6c is described below

commit 8d68d6c91736cdc74c3c0477e92eeda9b03c1210
Author: Andrey V. Mashenkov <an...@gmail.com>
AuthorDate: Tue Apr 30 13:39:30 2019 +0300

    GG-18539: Revert unrelated change.
---
 modules/h2/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/h2/pom.xml b/modules/h2/pom.xml
index 4025136..46540f5 100644
--- a/modules/h2/pom.xml
+++ b/modules/h2/pom.xml
@@ -177,9 +177,6 @@
                         <additionalClasspathElement>${project.build.outputDirectory}</additionalClasspathElement>
                         <additionalClasspathElement>${project.build.testOutputDirectory}</additionalClasspathElement>
                     </additionalClasspathElements>
-                    <includes>
-                        <include>H2AllTestsSuite.java</include>
-                    </includes>
                     <excludes>
                         <exclude>TestAllJunit.java</exclude>
                         <exclude>H2TestCase.java</exclude>