|
34 | 34 | <version>${apache-hive-jdbc.version}</version>
|
35 | 35 | <classifier>standalone</classifier>
|
36 | 36 | </dependency>
|
37 |
| - <dependency> |
38 |
| - <groupId>org.apache.hadoop</groupId> |
39 |
| - <artifactId>hadoop-common</artifactId> |
40 |
| - <version>${hadoop.version}</version> |
41 |
| - <exclusions> |
42 |
| - <exclusion> |
43 |
| - <groupId>ch.qos.reload4j</groupId> |
44 |
| - <artifactId>*</artifactId> |
45 |
| - </exclusion> |
46 |
| - <exclusion> |
47 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
48 |
| - <artifactId>*</artifactId> |
49 |
| - </exclusion> |
50 |
| - <exclusion> |
51 |
| - <groupId>com.google.code.gson</groupId> |
52 |
| - <artifactId>*</artifactId> |
53 |
| - </exclusion> |
54 |
| - <exclusion> |
55 |
| - <groupId>com.google.re2j</groupId> |
56 |
| - <artifactId>*</artifactId> |
57 |
| - </exclusion> |
58 |
| - <exclusion> |
59 |
| - <groupId>com.jcraft</groupId> |
60 |
| - <artifactId>*</artifactId> |
61 |
| - </exclusion> |
62 |
| - <exclusion> |
63 |
| - <groupId>commons-beanutils</groupId> |
64 |
| - <artifactId>*</artifactId> |
65 |
| - </exclusion> |
66 |
| - <exclusion> |
67 |
| - <groupId>commons-cli</groupId> |
68 |
| - <artifactId>*</artifactId> |
69 |
| - </exclusion> |
70 |
| - <exclusion> |
71 |
| - <groupId>commons-io</groupId> |
72 |
| - <artifactId>*</artifactId> |
73 |
| - </exclusion> |
74 |
| - <exclusion> |
75 |
| - <groupId>commons-net</groupId> |
76 |
| - <artifactId>*</artifactId> |
77 |
| - </exclusion> |
78 |
| - <exclusion> |
79 |
| - <groupId>com.google.code.findbugs</groupId> |
80 |
| - <artifactId>*</artifactId> |
81 |
| - </exclusion> |
82 |
| - <exclusion> |
83 |
| - <groupId>com.google.protobuf</groupId> |
84 |
| - <artifactId>*</artifactId> |
85 |
| - </exclusion> |
86 |
| - <exclusion> |
87 |
| - <groupId>com.github.pjfanning</groupId> |
88 |
| - <artifactId>*</artifactId> |
89 |
| - </exclusion> |
90 |
| - <exclusion> |
91 |
| - <groupId>com.sun.jersey</groupId> |
92 |
| - <artifactId>*</artifactId> |
93 |
| - </exclusion> |
94 |
| - <exclusion> |
95 |
| - <groupId>com.thoughtworks.paranamer</groupId> |
96 |
| - <artifactId>*</artifactId> |
97 |
| - </exclusion> |
98 |
| - <exclusion> |
99 |
| - <groupId>dnsjava</groupId> |
100 |
| - <artifactId>*</artifactId> |
101 |
| - </exclusion> |
102 |
| - <exclusion> |
103 |
| - <groupId>io.dropwizard.metrics</groupId> |
104 |
| - <artifactId>*</artifactId> |
105 |
| - </exclusion> |
106 |
| - <exclusion> |
107 |
| - <groupId>javax.servlet</groupId> |
108 |
| - <artifactId>*</artifactId> |
109 |
| - </exclusion> |
110 |
| - <exclusion> |
111 |
| - <groupId>javax.servlet.jsp</groupId> |
112 |
| - <artifactId>*</artifactId> |
113 |
| - </exclusion> |
114 |
| - <exclusion> |
115 |
| - <groupId>org.apache.avro</groupId> |
116 |
| - <artifactId>*</artifactId> |
117 |
| - </exclusion> |
118 |
| - <exclusion> |
119 |
| - <groupId>org.apache.commons</groupId> |
120 |
| - <artifactId>commons-compress</artifactId> |
121 |
| - </exclusion> |
122 |
| - <exclusion> |
123 |
| - <groupId>org.apache.commons</groupId> |
124 |
| - <artifactId>commons-math3</artifactId> |
125 |
| - </exclusion> |
126 |
| - <exclusion> |
127 |
| - <groupId>org.apache.hadoop</groupId> |
128 |
| - <artifactId>hadoop-annotations</artifactId> |
129 |
| - </exclusion> |
130 |
| - <exclusion> |
131 |
| - <groupId>org.apache.hadoop.thirdparty</groupId> |
132 |
| - <artifactId>hadoop-shaded-protobuf_3_7</artifactId> |
133 |
| - </exclusion> |
134 |
| - <exclusion> |
135 |
| - <groupId>org.apache.kerby</groupId> |
136 |
| - <artifactId>*</artifactId> |
137 |
| - </exclusion> |
138 |
| - <exclusion> |
139 |
| - <groupId>org.eclipse.jetty</groupId> |
140 |
| - <artifactId>*</artifactId> |
141 |
| - </exclusion> |
142 |
| - <exclusion> |
143 |
| - <groupId>org.slf4j</groupId> |
144 |
| - <artifactId>slf4j-reload4j</artifactId> |
145 |
| - </exclusion> |
146 |
| - <exclusion> |
147 |
| - <groupId>org.xerial.snappy</groupId> |
148 |
| - <artifactId>*</artifactId> |
149 |
| - </exclusion> |
150 |
| - <!-- |
151 |
| - TODO This has been fixed at https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
152 |
| - This exclusion can be removed once we update to `apache/hive:4.1.0`. |
153 |
| - --> |
154 |
| - <exclusion> |
155 |
| - <groupId>org.slf4j</groupId> |
156 |
| - <artifactId>slf4j-log4j12</artifactId> |
157 |
| - </exclusion> |
158 |
| - <!-- |
159 |
| - TODO This has been fixed at https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
160 |
| - This exclusion can be removed once we update to `apache/hive:4.1.0`. |
161 |
| - --> |
162 |
| - <exclusion> |
163 |
| - <groupId>commons-codec</groupId> |
164 |
| - <artifactId>commons-codec</artifactId> |
165 |
| - </exclusion> |
166 |
| - <!-- |
167 |
| - TODO This has been fixed at https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
168 |
| - This exclusion can be removed once we update to `apache/hive:4.1.0`. |
169 |
| - --> |
170 |
| - <exclusion> |
171 |
| - <groupId>commons-logging</groupId> |
172 |
| - <artifactId>commons-logging</artifactId> |
173 |
| - </exclusion> |
174 |
| - <!-- |
175 |
| - TODO This has been fixed at https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
176 |
| - This exclusion can be removed once we update to `apache/hive:4.1.0`. |
177 |
| - --> |
178 |
| - <exclusion> |
179 |
| - <groupId>org.apache.commons</groupId> |
180 |
| - <artifactId>commons-text</artifactId> |
181 |
| - </exclusion> |
182 |
| - <!-- |
183 |
| - TODO This has been fixed at https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
184 |
| - This exclusion can be removed once we update to `apache/hive:4.1.0`. |
185 |
| - --> |
186 |
| - <exclusion> |
187 |
| - <groupId>org.codehaus.woodstox</groupId> |
188 |
| - <artifactId>stax2-api</artifactId> |
189 |
| - </exclusion> |
190 |
| - <!-- |
191 |
| - TODO This has been fixed at https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
192 |
| - This exclusion can be removed once we update to `apache/hive:4.1.0`. |
193 |
| - --> |
194 |
| - <exclusion> |
195 |
| - <groupId>org.slf4j</groupId> |
196 |
| - <artifactId>slf4j-api</artifactId> |
197 |
| - </exclusion> |
198 |
| - </exclusions> |
199 |
| - </dependency> |
200 |
| - <dependency> |
201 |
| - <groupId>org.apache.hadoop</groupId> |
202 |
| - <artifactId>hadoop-auth</artifactId> |
203 |
| - <version>${hadoop.version}</version> |
204 |
| - <exclusions> |
205 |
| - <exclusion> |
206 |
| - <groupId>ch.qos.reload4j</groupId> |
207 |
| - <artifactId>*</artifactId> |
208 |
| - </exclusion> |
209 |
| - <exclusion> |
210 |
| - <groupId>commons-io</groupId> |
211 |
| - <artifactId>*</artifactId> |
212 |
| - </exclusion> |
213 |
| - <exclusion> |
214 |
| - <groupId>com.nimbusds</groupId> |
215 |
| - <artifactId>*</artifactId> |
216 |
| - </exclusion> |
217 |
| - <exclusion> |
218 |
| - <groupId>io.dropwizard.metrics</groupId> |
219 |
| - <artifactId>*</artifactId> |
220 |
| - </exclusion> |
221 |
| - <exclusion> |
222 |
| - <groupId>org.apache.kerby</groupId> |
223 |
| - <artifactId>*</artifactId> |
224 |
| - </exclusion> |
225 |
| - <exclusion> |
226 |
| - <groupId>org.slf4j</groupId> |
227 |
| - <artifactId>slf4j-reload4j</artifactId> |
228 |
| - </exclusion> |
229 |
| - <!-- |
230 |
| - TODO This has been fixed at https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
231 |
| - This exclusion can be removed once we update to `apache/hive:4.1.0`. |
232 |
| - --> |
233 |
| - <exclusion> |
234 |
| - <groupId>org.slf4j</groupId> |
235 |
| - <artifactId>slf4j-api</artifactId> |
236 |
| - </exclusion> |
237 |
| - </exclusions> |
238 |
| - </dependency> |
239 |
| - |
240 |
| - <!-- |
241 |
| - TODO Fix class conflicts in master branch of apache/hive . |
242 |
| - Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
243 |
| - --> |
244 |
| - <dependency> |
245 |
| - <groupId>commons-codec</groupId> |
246 |
| - <artifactId>commons-codec</artifactId> |
247 |
| - <version>${commons-codec.version}</version> |
248 |
| - </dependency> |
249 |
| - <!-- |
250 |
| - TODO Fix class conflicts in master branch of apache/hive . |
251 |
| - Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
252 |
| - --> |
253 |
| - <dependency> |
254 |
| - <groupId>commons-logging</groupId> |
255 |
| - <artifactId>commons-logging</artifactId> |
256 |
| - <version>${commons-logging.version}</version> |
257 |
| - </dependency> |
258 |
| - <!-- |
259 |
| - TODO Fix class conflicts in master branch of apache/hive . |
260 |
| - Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
261 |
| - --> |
262 |
| - <dependency> |
263 |
| - <groupId>org.apache.commons</groupId> |
264 |
| - <artifactId>commons-text</artifactId> |
265 |
| - <version>${commons-text.version}</version> |
266 |
| - </dependency> |
267 |
| - <!-- |
268 |
| - TODO Fix class conflicts in trunk branch of apache/hadoop . |
269 |
| - Refer to https://github.com/apache/hadoop/blob/release-3.3.6-RC1/hadoop-project/pom.xml#L1244 . |
270 |
| - --> |
271 |
| - <dependency> |
272 |
| - <groupId>org.codehaus.woodstox</groupId> |
273 |
| - <artifactId>stax2-api</artifactId> |
274 |
| - <version>${stax2-api.version}</version> |
275 |
| - </dependency> |
276 |
| - <!-- |
277 |
| - TODO Fix class conflicts in master branch of apache/hive . |
278 |
| - Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
279 |
| - --> |
280 |
| - <dependency> |
281 |
| - <groupId>org.slf4j</groupId> |
282 |
| - <artifactId>slf4j-api</artifactId> |
283 |
| - <version>${slf4j.version}</version> |
284 |
| - </dependency> |
285 | 37 | </dependencies>
|
286 | 38 |
|
287 | 39 | <build>
|
288 | 40 | <plugins>
|
289 | 41 | <plugin>
|
290 | 42 | <groupId>org.graalvm.buildtools</groupId>
|
291 | 43 | <artifactId>native-maven-plugin</artifactId>
|
292 |
| - <version>${native-maven-plugin.version}</version> |
293 | 44 | </plugin>
|
294 | 45 | </plugins>
|
295 | 46 | </build>
|
|
0 commit comments