Skip to content

Commit 954a77b

Browse files
committed
Use JitPack for release validation
1 parent 980c040 commit 954a77b

File tree

12 files changed

+54
-34
lines changed

12 files changed

+54
-34
lines changed

pom.xml

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,22 @@
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>
@@ -928,9 +944,9 @@
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>
@@ -1034,9 +1050,9 @@
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>
@@ -2178,6 +2194,10 @@
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

presto-delta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
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>

presto-hive-function-namespace/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
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>

presto-hive-metastore/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
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>
@@ -127,8 +127,8 @@
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>

presto-hive/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
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>
@@ -104,8 +104,8 @@
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>

presto-hudi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
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>

presto-iceberg/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
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>

presto-native-execution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@
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>

presto-orc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
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

@@ -157,8 +157,8 @@
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

presto-parquet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
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>

0 commit comments

Comments
 (0)