# HG changeset patch # User Jaroslav Tulach # Date 1424773165 -3600 # Node ID c2aafed91d3074d5d5b4d547419caad3849538ac # Parent ea12a3bb4b33f037d9b7adafca2b5bb0ffc0c69d Cleanup up dependecies. Especially using managed version of testng. diff -r ea12a3bb4b33 -r c2aafed91d30 benchmarks/matrix-multiplication/pom.xml --- a/benchmarks/matrix-multiplication/pom.xml Tue Feb 24 11:12:53 2015 +0100 +++ b/benchmarks/matrix-multiplication/pom.xml Tue Feb 24 11:19:25 2015 +0100 @@ -74,12 +74,11 @@ org.apidesign.bck2brwsr emul.mini - 1.0-SNAPSHOT + ${project.version} org.testng testng - 6.5.2 test @@ -91,13 +90,13 @@ org.apidesign.bck2brwsr vmtest - 1.0-SNAPSHOT + ${project.version} test org.apidesign.bck2brwsr launcher.http - 1.0-SNAPSHOT + ${project.version} test diff -r ea12a3bb4b33 -r c2aafed91d30 javaquery/demo-calculator/pom.xml --- a/javaquery/demo-calculator/pom.xml Tue Feb 24 11:12:53 2015 +0100 +++ b/javaquery/demo-calculator/pom.xml Tue Feb 24 11:19:25 2015 +0100 @@ -134,7 +134,6 @@ org.testng testng - 6.8.8 test diff -r ea12a3bb4b33 -r c2aafed91d30 pom.xml --- a/pom.xml Tue Feb 24 11:12:53 2015 +0100 +++ b/pom.xml Tue Feb 24 11:19:25 2015 +0100 @@ -139,7 +139,7 @@ org.testng testng - 6.7 + 6.8.21 test diff -r ea12a3bb4b33 -r c2aafed91d30 rt/aot/pom.xml --- a/rt/aot/pom.xml Tue Feb 24 11:12:53 2015 +0100 +++ b/rt/aot/pom.xml Tue Feb 24 11:19:25 2015 +0100 @@ -36,7 +36,6 @@ org.testng testng - 6.8.1 test