A shaded version of the Guava library repackaged for use within Apache Hadoop to avoid version conflicts.
<dependency>
<groupId>org.apache.hadoop.thirdparty</groupId>
<artifactId>hadoop-shaded-guava</artifactId>
<version>1.5.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal snippet showing usage of the shaded Guava ImmutableList.
Ensure you do not have both standard Guava and this shaded version on the classpath, or use only the shaded version.
No dependency data recorded yet.