Cleanup up dependecies. Especially using managed version of testng.
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 24 Feb 2015 11:19:25 +0100
changeset 1788c2aafed91d30
parent 1787 ea12a3bb4b33
child 1789 2d81494f54b3
Cleanup up dependecies. Especially using managed version of testng.
benchmarks/matrix-multiplication/pom.xml
javaquery/demo-calculator/pom.xml
pom.xml
rt/aot/pom.xml
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Tue Feb 24 11:12:53 2015 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Tue Feb 24 11:19:25 2015 +0100
     1.3 @@ -74,12 +74,11 @@
     1.4      <dependency>
     1.5        <groupId>org.apidesign.bck2brwsr</groupId>
     1.6        <artifactId>emul.mini</artifactId>
     1.7 -      <version>1.0-SNAPSHOT</version>
     1.8 +      <version>${project.version}</version>
     1.9      </dependency>
    1.10      <dependency>
    1.11        <groupId>org.testng</groupId>
    1.12        <artifactId>testng</artifactId>
    1.13 -      <version>6.5.2</version>
    1.14        <scope>test</scope>
    1.15        <exclusions>
    1.16          <exclusion>
    1.17 @@ -91,13 +90,13 @@
    1.18      <dependency>
    1.19        <groupId>org.apidesign.bck2brwsr</groupId>
    1.20        <artifactId>vmtest</artifactId>
    1.21 -      <version>1.0-SNAPSHOT</version>
    1.22 +      <version>${project.version}</version>
    1.23        <scope>test</scope>
    1.24      </dependency>
    1.25      <dependency>
    1.26        <groupId>org.apidesign.bck2brwsr</groupId>
    1.27        <artifactId>launcher.http</artifactId>
    1.28 -      <version>1.0-SNAPSHOT</version>
    1.29 +      <version>${project.version}</version>
    1.30        <scope>test</scope>
    1.31      </dependency>
    1.32    </dependencies>
     2.1 --- a/javaquery/demo-calculator/pom.xml	Tue Feb 24 11:12:53 2015 +0100
     2.2 +++ b/javaquery/demo-calculator/pom.xml	Tue Feb 24 11:19:25 2015 +0100
     2.3 @@ -134,7 +134,6 @@
     2.4      <dependency>
     2.5        <groupId>org.testng</groupId>
     2.6        <artifactId>testng</artifactId>
     2.7 -      <version>6.8.8</version>
     2.8        <scope>test</scope>
     2.9      </dependency>
    2.10    </dependencies>
     3.1 --- a/pom.xml	Tue Feb 24 11:12:53 2015 +0100
     3.2 +++ b/pom.xml	Tue Feb 24 11:19:25 2015 +0100
     3.3 @@ -139,7 +139,7 @@
     3.4          <dependency>
     3.5            <groupId>org.testng</groupId>
     3.6            <artifactId>testng</artifactId>
     3.7 -          <version>6.7</version>
     3.8 +          <version>6.8.21</version>
     3.9            <scope>test</scope>
    3.10            <exclusions>
    3.11              <exclusion>
     4.1 --- a/rt/aot/pom.xml	Tue Feb 24 11:12:53 2015 +0100
     4.2 +++ b/rt/aot/pom.xml	Tue Feb 24 11:19:25 2015 +0100
     4.3 @@ -36,7 +36,6 @@
     4.4          <dependency>
     4.5              <groupId>org.testng</groupId>
     4.6              <artifactId>testng</artifactId>
     4.7 -            <version>6.8.1</version>
     4.8              <scope>test</scope>
     4.9          </dependency>
    4.10      </dependencies>