Repository: systemml Updated Branches: refs/heads/master 1995f3569 -> 48b1da332
[SYSTEMML-2178] Update ANTLR version and include codgenalg tests Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/48b1da33 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/48b1da33 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/48b1da33 Branch: refs/heads/master Commit: 48b1da332402e71e31c52bab15ced06223bf2573 Parents: 1995f35 Author: Matthias Boehm <[email protected]> Authored: Fri Mar 9 18:50:35 2018 -0800 Committer: Matthias Boehm <[email protected]> Committed: Fri Mar 9 18:50:56 2018 -0800 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/48b1da33/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a5c4fa5..06f88af 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ <properties> <hadoop.version>2.6.0</hadoop.version> - <antlr.version>4.5.3</antlr.version> + <antlr.version>4.7.1</antlr.version> <spark.version>2.1.0</spark.version> <scala.version>2.11.8</scala.version> <scala.binary.version>2.11</scala.binary.version> @@ -444,6 +444,7 @@ <include>**/integration/functions/data/*Suite.java</include> <include>**/integration/functions/gdfo/*Suite.java</include> <include>**/integration/functions/sparse/*Suite.java</include> + <include>**/integration/functions/codegenalg/*Suite.java</include> <include>**/integration/functions/**/*Test*.java</include> <include>**/integration/mlcontext/*Suite.java</include> <include>**/integration/mlcontext/algorithms/*Suite.java</include>
