File tree Expand file tree Collapse file tree 12 files changed +54
-34
lines changed
presto-hive-function-namespace Expand file tree Collapse file tree 12 files changed +54
-34
lines changed Original file line number Diff line number Diff line change 216216 <module >presto-function-server</module >
217217 </modules >
218218
219+ <repositories >
220+ <repository >
221+ <id >central</id >
222+ <name >Central Repository</name >
223+ <url >https://repo.maven.apache.org/maven2</url >
224+ <layout >default</layout >
225+ <snapshots >
226+ <enabled >false</enabled >
227+ </snapshots >
228+ </repository >
229+ <repository >
230+ <id >jitpack.io</id >
231+ <url >https://jitpack.io</url >
232+ </repository >
233+ </repositories >
234+
219235 <dependencyManagement >
220236 <dependencies >
221237 <dependency >
928944 </dependency >
929945
930946 <dependency >
931- <groupId >com.facebook.presto.hive </groupId >
932- <artifactId >hive-apache</artifactId >
933- <version >4.0.1-1 -SNAPSHOT</version >
947+ <groupId >com.github.imjalpreet </groupId >
948+ <artifactId >presto- hive-apache</artifactId >
949+ <version >hive4-upgrade -SNAPSHOT</version >
934950 </dependency >
935951
936952 <dependency >
10341050 </dependency >
10351051
10361052 <dependency >
1037- <groupId >com.facebook.hive </groupId >
1038- <artifactId >hive-dwrf</artifactId >
1039- <version >0.8.8 -SNAPSHOT</version >
1053+ <groupId >com.github.imjalpreet </groupId >
1054+ <artifactId >presto- hive-dwrf</artifactId >
1055+ <version >hive4-upgrade -SNAPSHOT</version >
10401056 </dependency >
10411057
10421058 <dependency >
21782194 <groupId >com.google.inject.extensions</groupId >
21792195 <artifactId >guice-multibindings</artifactId >
21802196 </exclusion >
2197+ <exclusion >
2198+ <groupId >com.facebook.presto.hive</groupId >
2199+ <artifactId >hive-apache</artifactId >
2200+ </exclusion >
21812201 </exclusions >
21822202 </dependency >
21832203
Original file line number Diff line number Diff line change 171171 </dependency >
172172
173173 <dependency >
174- <groupId >com.facebook.presto.hive </groupId >
175- <artifactId >hive-apache</artifactId >
174+ <groupId >com.github.imjalpreet </groupId >
175+ <artifactId >presto- hive-apache</artifactId >
176176 </dependency >
177177
178178 <dependency >
Original file line number Diff line number Diff line change 6060 </dependency >
6161
6262 <dependency >
63- <groupId >com.facebook.presto.hive </groupId >
64- <artifactId >hive-apache</artifactId >
63+ <groupId >com.github.imjalpreet </groupId >
64+ <artifactId >presto- hive-apache</artifactId >
6565 </dependency >
6666
6767 <dependency >
Original file line number Diff line number Diff line change 8282 </dependency >
8383
8484 <dependency >
85- <groupId >com.facebook.presto.hive </groupId >
86- <artifactId >hive-apache</artifactId >
85+ <groupId >com.github.imjalpreet </groupId >
86+ <artifactId >presto- hive-apache</artifactId >
8787 </dependency >
8888
8989 <dependency >
127127 </dependency >
128128
129129 <dependency >
130- <groupId >com.facebook.hive </groupId >
131- <artifactId >hive-dwrf</artifactId >
130+ <groupId >com.github.imjalpreet </groupId >
131+ <artifactId >presto- hive-dwrf</artifactId >
132132 </dependency >
133133
134134 <dependency >
Original file line number Diff line number Diff line change 4343 </dependency >
4444
4545 <dependency >
46- <groupId >com.facebook.hive </groupId >
47- <artifactId >hive-dwrf</artifactId >
46+ <groupId >com.github.imjalpreet </groupId >
47+ <artifactId >presto- hive-dwrf</artifactId >
4848 </dependency >
4949
5050 <dependency >
104104 </dependency >
105105
106106 <dependency >
107- <groupId >com.facebook.presto.hive </groupId >
108- <artifactId >hive-apache</artifactId >
107+ <groupId >com.github.imjalpreet </groupId >
108+ <artifactId >presto- hive-apache</artifactId >
109109 </dependency >
110110
111111 <dependency >
Original file line number Diff line number Diff line change 123123 </dependency >
124124
125125 <dependency >
126- <groupId >com.facebook.presto.hive </groupId >
127- <artifactId >hive-apache</artifactId >
126+ <groupId >com.github.imjalpreet </groupId >
127+ <artifactId >presto- hive-apache</artifactId >
128128 </dependency >
129129
130130 <dependency >
Original file line number Diff line number Diff line change 136136 </dependency >
137137
138138 <dependency >
139- <groupId >com.facebook.presto.hive </groupId >
140- <artifactId >hive-apache</artifactId >
139+ <groupId >com.github.imjalpreet </groupId >
140+ <artifactId >presto- hive-apache</artifactId >
141141 <exclusions >
142142 <exclusion >
143143 <groupId >org.apache.parquet</groupId >
Original file line number Diff line number Diff line change 185185 </dependency >
186186
187187 <dependency >
188- <groupId >com.facebook.presto.hive </groupId >
189- <artifactId >hive-apache</artifactId >
188+ <groupId >com.github.imjalpreet </groupId >
189+ <artifactId >presto- hive-apache</artifactId >
190190 </dependency >
191191
192192 <dependency >
Original file line number Diff line number Diff line change 9191
9292 <!-- for testing -->
9393 <dependency >
94- <groupId >com.facebook.presto.hive </groupId >
95- <artifactId >hive-apache</artifactId >
94+ <groupId >com.github.imjalpreet </groupId >
95+ <artifactId >presto- hive-apache</artifactId >
9696 <scope >test</scope >
9797 </dependency >
9898
157157 </dependency >
158158
159159 <dependency >
160- <groupId >com.facebook.hive </groupId >
161- <artifactId >hive-dwrf</artifactId >
160+ <groupId >com.github.imjalpreet </groupId >
161+ <artifactId >presto- hive-dwrf</artifactId >
162162 <scope >test</scope >
163163 </dependency >
164164
Original file line number Diff line number Diff line change 2626 </dependency >
2727
2828 <dependency >
29- <groupId >com.facebook.presto.hive </groupId >
30- <artifactId >hive-apache</artifactId >
29+ <groupId >com.github.imjalpreet </groupId >
30+ <artifactId >presto- hive-apache</artifactId >
3131 <exclusions >
3232 <exclusion >
3333 <groupId >org.apache.commons</groupId >
You can’t perform that action at this time.
0 commit comments