Skip to content

Commit

Permalink
Cleanup pom files in the tests module (apache#6421)
Browse files Browse the repository at this point in the history
### Modifications

- Removed dependencies on test libraries that were already imported in the parent pom file.

- Removed groupId tags that are inherited from the parent pom file.
  • Loading branch information
vzhikserg authored Feb 26, 2020
1 parent 848ad30 commit fa46693
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 26 deletions.
6 changes: 0 additions & 6 deletions tests/bc_2_0_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@

<dependencies>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions tests/bc_2_0_1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@

<dependencies>

<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down
1 change: 0 additions & 1 deletion tests/docker-images/java-test-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<version>2.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.pulsar.tests</groupId>
<artifactId>java-test-functions</artifactId>
<name>Apache Pulsar :: Tests :: Docker Images :: Java Test Functions</name>
<dependencies>
Expand Down
1 change: 0 additions & 1 deletion tests/docker-images/latest-version-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<version>2.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.pulsar.tests</groupId>
<artifactId>latest-version-image</artifactId>
<name>Apache Pulsar :: Tests :: Docker Images :: Latest Version Testing</name>
<packaging>pom</packaging>
Expand Down
1 change: 0 additions & 1 deletion tests/docker-images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<artifactId>tests-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.pulsar.tests</groupId>
<artifactId>docker-images</artifactId>
<name>Apache Pulsar :: Tests :: Docker Images</name>
<modules>
Expand Down
5 changes: 0 additions & 5 deletions tests/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
</properties>

<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions tests/pulsar-spark-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.10</artifactId>
Expand Down

0 comments on commit fa46693

Please sign in to comment.