MVN

ch.cern.hadoop : hadoop-client-check-test-invariants

Maven & Gradle

Nov 05, 2020

Apache Hadoop Client Packaging Invariants for Test · Enforces our invariants for the test client modules. E.g. that modules have a specific set of transitive dependencies and shaded artifacts only contain classes that are in particular packages. Does the enforcement through the maven-enforcer-plugin and an integration test.

<dependency>
    <groupId>ch.cern.hadoop</groupId>
    <artifactId>hadoop-client-check-test-invariants</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.cern.hadoop : hadoop-client-check-test-invariants to add to Maven - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of ch.cern.hadoop : hadoop-client-check-test-invariants to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
hadoop-client-check-test-invariants-3.2.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ch.cern.hadoop</groupId>
    <artifactId>hadoop-client-check-test-invariants</artifactId>
    <version>3.2.1</version>
</dependency>

Advertisement