|
36 | 36 | <dependencies> |
37 | 37 | <!-- Hadoop --> |
38 | 38 | <dependency> |
39 | | - <groupId>org.apache.hadoop</groupId> |
40 | | - <artifactId>hadoop-common</artifactId> |
41 | | - <exclusions> |
42 | | - <exclusion> |
43 | | - <groupId>log4j</groupId> |
44 | | - <artifactId>log4j</artifactId> |
45 | | - </exclusion> |
46 | | - <exclusion> |
47 | | - <groupId>org.codehaus.jackson</groupId> |
48 | | - <artifactId>jackson-mapper-asl</artifactId> |
49 | | - </exclusion> |
50 | | - <exclusion> |
51 | | - <groupId>org.codehaus.jackson</groupId> |
52 | | - <artifactId>jackson-core-asl</artifactId> |
53 | | - </exclusion> |
54 | | - <exclusion> |
55 | | - <groupId>com.codahale.metrics</groupId> |
56 | | - <artifactId>metrics-core</artifactId> |
57 | | - </exclusion> |
58 | | - </exclusions> |
| 39 | + <groupId>com.bytedance.bitsail</groupId> |
| 40 | + <artifactId>bitsail-shaded-hadoop</artifactId> |
| 41 | + <version>${revision}</version> |
59 | 42 | <scope>provided</scope> |
60 | 43 | </dependency> |
61 | 44 |
|
62 | 45 | <dependency> |
63 | | - <groupId>org.apache.hadoop</groupId> |
64 | | - <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 46 | + <groupId>com.bytedance.bitsail</groupId> |
| 47 | + <artifactId>bitsail-shaded-hive</artifactId> |
| 48 | + <version>${revision}</version> |
| 49 | + <scope>provided</scope> |
65 | 50 | <exclusions> |
66 | 51 | <exclusion> |
67 | | - <artifactId>guice-servlet</artifactId> |
68 | | - <groupId>com.google.inject.extensions</groupId> |
69 | | - </exclusion> |
70 | | - <exclusion> |
71 | | - <artifactId>guice</artifactId> |
72 | | - <groupId>com.google.inject</groupId> |
73 | | - </exclusion> |
74 | | - <exclusion> |
75 | | - <artifactId>jersey-guice</artifactId> |
76 | | - <groupId>com.sun.jersey.contribs</groupId> |
77 | | - </exclusion> |
78 | | - <exclusion> |
79 | | - <groupId>log4j</groupId> |
80 | | - <artifactId>*</artifactId> |
81 | | - </exclusion> |
82 | | - <exclusion> |
83 | | - <groupId>log4j</groupId> |
84 | | - <artifactId>log4j</artifactId> |
85 | | - </exclusion> |
86 | | - <exclusion> |
87 | | - <artifactId>metrics-core</artifactId> |
88 | | - <groupId>com.codahale.metrics</groupId> |
89 | | - </exclusion> |
90 | | - <exclusion> |
91 | | - <artifactId>guava</artifactId> |
92 | | - <groupId>com.google.guava</groupId> |
93 | | - </exclusion> |
94 | | - <exclusion> |
95 | | - <groupId>asm</groupId> |
96 | | - <artifactId>asm</artifactId> |
97 | | - </exclusion> |
98 | | - <exclusion> |
| 52 | + <artifactId>netty-common</artifactId> |
99 | 53 | <groupId>io.netty</groupId> |
100 | | - <artifactId>netty</artifactId> |
101 | | - </exclusion> |
102 | | - <exclusion> |
103 | | - <groupId>org.codehaus.jackson</groupId> |
104 | | - <artifactId>jackson-mapper-asl</artifactId> |
105 | | - </exclusion> |
106 | | - <exclusion> |
107 | | - <groupId>org.codehaus.jackson</groupId> |
108 | | - <artifactId>jackson-xc</artifactId> |
109 | | - </exclusion> |
110 | | - <exclusion> |
111 | | - <groupId>org.codehaus.jackson</groupId> |
112 | | - <artifactId>jackson-jaxrs</artifactId> |
113 | 54 | </exclusion> |
114 | 55 | <exclusion> |
115 | | - <groupId>org.codehaus.jackson</groupId> |
116 | | - <artifactId>jackson-core-asl</artifactId> |
| 56 | + <artifactId>netty-buffer</artifactId> |
| 57 | + <groupId>io.netty</groupId> |
117 | 58 | </exclusion> |
118 | 59 | </exclusions> |
119 | | - <scope>provided</scope> |
120 | 60 | </dependency> |
121 | 61 |
|
122 | 62 | <dependency> |
|
145 | 85 | <groupId>com.bytedance.bitsail</groupId> |
146 | 86 | <artifactId>connector-print</artifactId> |
147 | 87 | <version>${revision}</version> |
148 | | - <scope>provided</scope> |
149 | | - </dependency> |
150 | | - |
151 | | - <dependency> |
152 | | - <groupId>com.bytedance.bitsail</groupId> |
153 | | - <artifactId>bitsail-shaded-hive</artifactId> |
154 | | - <version>${revision}</version> |
155 | | - <exclusions> |
156 | | - <exclusion> |
157 | | - <groupId>org.apache.ant</groupId> |
158 | | - <artifactId>ant</artifactId> |
159 | | - </exclusion> |
160 | | - <exclusion> |
161 | | - <artifactId>log4j</artifactId> |
162 | | - <groupId>log4j</groupId> |
163 | | - </exclusion> |
164 | | - <exclusion> |
165 | | - <artifactId>commons-net</artifactId> |
166 | | - <groupId>commons-net</groupId> |
167 | | - </exclusion> |
168 | | - </exclusions> |
| 88 | + <scope>test</scope> |
169 | 89 | </dependency> |
170 | 90 |
|
171 | 91 | <dependency> |
172 | 92 | <groupId>com.bytedance.bitsail</groupId> |
173 | 93 | <artifactId>bitsail-connector-test</artifactId> |
174 | 94 | <version>${revision}</version> |
175 | 95 | <scope>test</scope> |
176 | | - </dependency> |
177 | | - |
178 | | - <dependency> |
179 | | - <groupId>org.apache.hadoop</groupId> |
180 | | - <artifactId>hadoop-minicluster</artifactId> |
181 | | - <version>${hadoop.version}</version> |
182 | | - <scope>test</scope> |
183 | 96 | <exclusions> |
184 | 97 | <exclusion> |
185 | | - <artifactId>guice</artifactId> |
186 | | - <groupId>com.google.inject</groupId> |
187 | | - </exclusion> |
188 | | - <exclusion> |
189 | | - <artifactId>guice-servlet</artifactId> |
190 | | - <groupId>com.google.inject.extensions</groupId> |
| 98 | + <artifactId>hppc</artifactId> |
| 99 | + <groupId>com.carrotsearch</groupId> |
191 | 100 | </exclusion> |
192 | 101 | </exclusions> |
193 | 102 | </dependency> |
|
0 commit comments