|
| 1 | +diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml |
| 2 | +index 9c7657b53af..a5e945deeae 100644 |
| 3 | +--- a/hadoop-common-project/hadoop-common/pom.xml |
| 4 | ++++ b/hadoop-common-project/hadoop-common/pom.xml |
| 5 | +@@ -239,6 +239,12 @@ |
| 6 | + <groupId>org.apache.avro</groupId> |
| 7 | + <artifactId>avro</artifactId> |
| 8 | + <scope>compile</scope> |
| 9 | ++ <exclusions> |
| 10 | ++ <exclusion> |
| 11 | ++ <groupId>org.xerial.snappy</groupId> |
| 12 | ++ <artifactId>snappy-java</artifactId> |
| 13 | ++ </exclusion> |
| 14 | ++ </exclusions> |
| 15 | + </dependency> |
| 16 | + <dependency> |
| 17 | + <groupId>org.apache.ant</groupId> |
| 18 | +diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml |
| 19 | +index a5bffce09ab..97e7b9e7d88 100644 |
| 20 | +--- a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml |
| 21 | ++++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml |
| 22 | +@@ -68,6 +68,10 @@ |
| 23 | + <artifactId>paranamer-ant</artifactId> |
| 24 | + <groupId>com.thoughtworks.paranamer</groupId> |
| 25 | + </exclusion> |
| 26 | ++ <exclusion> |
| 27 | ++ <groupId>org.xerial.snappy</groupId> |
| 28 | ++ <artifactId>snappy-java</artifactId> |
| 29 | ++ </exclusion> |
| 30 | + </exclusions> |
| 31 | + </dependency> |
| 32 | + <dependency> |
| 33 | +diff --git a/hadoop-mapreduce-project/pom.xml b/hadoop-mapreduce-project/pom.xml |
| 34 | +index 45ea915b62b..eae48021994 100644 |
| 35 | +--- a/hadoop-mapreduce-project/pom.xml |
| 36 | ++++ b/hadoop-mapreduce-project/pom.xml |
| 37 | +@@ -74,6 +74,10 @@ |
| 38 | + <artifactId>paranamer-ant</artifactId> |
| 39 | + <groupId>com.thoughtworks.paranamer</groupId> |
| 40 | + </exclusion> |
| 41 | ++ <exclusion> |
| 42 | ++ <groupId>org.xerial.snappy</groupId> |
| 43 | ++ <artifactId>snappy-java</artifactId> |
| 44 | ++ </exclusion> |
| 45 | + </exclusions> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | +diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml |
| 49 | +index da39c1e0ad0..b78943d1837 100644 |
| 50 | +--- a/hadoop-project/pom.xml |
| 51 | ++++ b/hadoop-project/pom.xml |
| 52 | +@@ -1311,6 +1311,12 @@ |
| 53 | + <groupId>org.apache.avro</groupId> |
| 54 | + <artifactId>avro</artifactId> |
| 55 | + <version>${avro.version}</version> |
| 56 | ++ <exclusions> |
| 57 | ++ <exclusion> |
| 58 | ++ <groupId>org.xerial.snappy</groupId> |
| 59 | ++ <artifactId>snappy-java</artifactId> |
| 60 | ++ </exclusion> |
| 61 | ++ </exclusions> |
| 62 | + </dependency> |
| 63 | + <dependency> |
| 64 | + <groupId>net.sf.kosmosfs</groupId> |
0 commit comments