Skip to content

Commit 4f04e9f

Browse files
chore: clean up junit deps (#4251)
Remove explicit deps on the launcher/engine. These are bundled with surefire Change-Id: Ide3a557301273c98810a642a2a3c434da916339c
1 parent dd5b1dc commit 4f04e9f

File tree

4 files changed

+1
-40
lines changed
  • hbase-migration-tools/mirroring-client
    • bigtable-hbase-mirroring-client-1.x-parent
    • bigtable-hbase-mirroring-client-2.x-parent
      • bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
      • bigtable-hbase-mirroring-client-2.x-integration-tests

4 files changed

+1
-40
lines changed

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -290,19 +290,6 @@ limitations under the License.
290290
<scope>test</scope>
291291
</dependency>
292292

293-
<dependency>
294-
<groupId>org.junit.platform</groupId>
295-
<artifactId>junit-platform-launcher</artifactId>
296-
<version>1.9.2</version>
297-
<scope>test</scope>
298-
</dependency>
299-
<dependency>
300-
<groupId>org.junit.vintage</groupId>
301-
<artifactId>junit-vintage-engine</artifactId>
302-
<version>${junit-vintage-engine.version}</version>
303-
<scope>test</scope>
304-
</dependency>
305-
306293
<dependency>
307294
<groupId>com.google.truth</groupId>
308295
<artifactId>truth</artifactId>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636
<dependency>
3737
<groupId>junit</groupId>
3838
<artifactId>junit</artifactId>
39-
<version>4.13.2</version>
39+
<version>${junit.version}</version>
4040
<scope>test</scope>
4141
</dependency>
4242
</dependencies>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -274,19 +274,6 @@ limitations under the License.
274274
<scope>test</scope>
275275
</dependency>
276276

277-
<dependency>
278-
<groupId>org.junit.vintage</groupId>
279-
<artifactId>junit-vintage-engine</artifactId>
280-
<version>${junit-vintage-engine.version}</version>
281-
<scope>test</scope>
282-
</dependency>
283-
284-
<dependency>
285-
<groupId>org.junit.platform</groupId>
286-
<artifactId>junit-platform-launcher</artifactId>
287-
<version>1.9.2</version>
288-
<scope>test</scope>
289-
</dependency>
290277
<dependency>
291278
<groupId>com.google.truth</groupId>
292279
<artifactId>truth</artifactId>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -279,19 +279,6 @@ limitations under the License.
279279
<scope>test</scope>
280280
</dependency>
281281

282-
<dependency>
283-
<groupId>org.junit.vintage</groupId>
284-
<artifactId>junit-vintage-engine</artifactId>
285-
<version>${junit-vintage-engine.version}</version>
286-
<scope>test</scope>
287-
</dependency>
288-
289-
<dependency>
290-
<groupId>org.junit.platform</groupId>
291-
<artifactId>junit-platform-launcher</artifactId>
292-
<version>1.9.2</version>
293-
<scope>test</scope>
294-
</dependency>
295282
<dependency>
296283
<groupId>com.google.truth</groupId>
297284
<artifactId>truth</artifactId>

0 commit comments

Comments
 (0)