|  | 
| 87 | 87 |             <artifactId>hadoop-common</artifactId> | 
| 88 | 88 |             <scope>provided</scope> | 
| 89 | 89 |           </dependency> | 
|  | 90 | +          <dependency> | 
|  | 91 | +            <groupId>org.codehaus.jackson</groupId> | 
|  | 92 | +            <artifactId>jackson-jaxrs</artifactId> | 
|  | 93 | +            <version>1.9.13</version> | 
|  | 94 | +            <scope>provided</scope> | 
|  | 95 | +            <exclusions> | 
|  | 96 | +              <exclusion> | 
|  | 97 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 98 | +                <artifactId>jackson-mapper-asl</artifactId> | 
|  | 99 | +              </exclusion> | 
|  | 100 | +              <exclusion> | 
|  | 101 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 102 | +                <artifactId>jackson-core-asl</artifactId> | 
|  | 103 | +              </exclusion> | 
|  | 104 | +            </exclusions> | 
|  | 105 | +          </dependency> | 
|  | 106 | +          <dependency> | 
|  | 107 | +            <groupId>org.codehaus.jackson</groupId> | 
|  | 108 | +            <artifactId>jackson-xc</artifactId> | 
|  | 109 | +            <version>1.9.13</version> | 
|  | 110 | +            <scope>provided</scope> | 
|  | 111 | +            <exclusions> | 
|  | 112 | +              <exclusion> | 
|  | 113 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 114 | +                <artifactId>jackson-mapper-asl</artifactId> | 
|  | 115 | +              </exclusion> | 
|  | 116 | +              <exclusion> | 
|  | 117 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 118 | +                <artifactId>jackson-core-asl</artifactId> | 
|  | 119 | +              </exclusion> | 
|  | 120 | +            </exclusions> | 
|  | 121 | +          </dependency> | 
| 90 | 122 |         </dependencies> | 
| 91 | 123 |       </profile> | 
| 92 | 124 | 
 | 
|  | 
| 113 | 145 |             <artifactId>hadoop-common</artifactId> | 
| 114 | 146 |             <scope>provided</scope> | 
| 115 | 147 |           </dependency> | 
|  | 148 | +          <dependency> | 
|  | 149 | +            <groupId>org.codehaus.jackson</groupId> | 
|  | 150 | +            <artifactId>jackson-jaxrs</artifactId> | 
|  | 151 | +            <version>1.9.13</version> | 
|  | 152 | +            <scope>provided</scope> | 
|  | 153 | +            <exclusions> | 
|  | 154 | +              <exclusion> | 
|  | 155 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 156 | +                <artifactId>jackson-mapper-asl</artifactId> | 
|  | 157 | +              </exclusion> | 
|  | 158 | +              <exclusion> | 
|  | 159 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 160 | +                <artifactId>jackson-core-asl</artifactId> | 
|  | 161 | +              </exclusion> | 
|  | 162 | +            </exclusions> | 
|  | 163 | +          </dependency> | 
|  | 164 | +          <dependency> | 
|  | 165 | +            <groupId>org.codehaus.jackson</groupId> | 
|  | 166 | +            <artifactId>jackson-xc</artifactId> | 
|  | 167 | +            <version>1.9.13</version> | 
|  | 168 | +            <scope>provided</scope> | 
|  | 169 | +            <exclusions> | 
|  | 170 | +              <exclusion> | 
|  | 171 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 172 | +                <artifactId>jackson-mapper-asl</artifactId> | 
|  | 173 | +              </exclusion> | 
|  | 174 | +              <exclusion> | 
|  | 175 | +                <groupId>org.codehaus.jackson</groupId> | 
|  | 176 | +                <artifactId>jackson-core-asl</artifactId> | 
|  | 177 | +              </exclusion> | 
|  | 178 | +            </exclusions> | 
|  | 179 | +          </dependency> | 
| 116 | 180 |         </dependencies> | 
| 117 | 181 |       </profile> | 
| 118 | 182 |     </profiles> | 
|  | 
0 commit comments