File tree Expand file tree Collapse file tree 11 files changed +168
-0
lines changed Expand file tree Collapse file tree 11 files changed +168
-0
lines changed Original file line number Diff line number Diff line change 99
99
<version >${project.version} </version >
100
100
<classifier >tests</classifier >
101
101
<scope >test</scope >
102
+ <exclusions >
103
+ <exclusion >
104
+ <groupId >org.apache.calcite</groupId >
105
+ <artifactId >calcite-core</artifactId >
106
+ </exclusion >
107
+ <exclusion >
108
+ <groupId >org.apache.calcite</groupId >
109
+ <artifactId >calcite-druid</artifactId >
110
+ </exclusion >
111
+ <exclusion >
112
+ <groupId >org.apache.calcite.avatica</groupId >
113
+ <artifactId >avatica</artifactId >
114
+ </exclusion >
115
+ </exclusions >
102
116
</dependency >
103
117
<dependency >
104
118
<groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 66
66
<version >${project.version} </version >
67
67
<type >test-jar</type >
68
68
<scope >test</scope >
69
+ <exclusions >
70
+ <exclusion >
71
+ <groupId >org.apache.calcite</groupId >
72
+ <artifactId >calcite-core</artifactId >
73
+ </exclusion >
74
+ <exclusion >
75
+ <groupId >org.apache.calcite</groupId >
76
+ <artifactId >calcite-druid</artifactId >
77
+ </exclusion >
78
+ <exclusion >
79
+ <groupId >org.apache.calcite.avatica</groupId >
80
+ <artifactId >avatica</artifactId >
81
+ </exclusion >
82
+ </exclusions >
69
83
</dependency >
70
84
<!-- inter-project -->
71
85
<dependency >
Original file line number Diff line number Diff line change 101
101
<version >${project.version} </version >
102
102
<type >test-jar</type >
103
103
<scope >test</scope >
104
+ <exclusions >
105
+ <exclusion >
106
+ <groupId >org.apache.calcite</groupId >
107
+ <artifactId >calcite-core</artifactId >
108
+ </exclusion >
109
+ <exclusion >
110
+ <groupId >org.apache.calcite</groupId >
111
+ <artifactId >calcite-druid</artifactId >
112
+ </exclusion >
113
+ <exclusion >
114
+ <groupId >org.apache.calcite.avatica</groupId >
115
+ <artifactId >avatica</artifactId >
116
+ </exclusion >
117
+ </exclusions >
104
118
</dependency >
105
119
<!-- test inter-project -->
106
120
<dependency >
Original file line number Diff line number Diff line change 75
75
<version >${project.version} </version >
76
76
<type >test-jar</type >
77
77
<scope >test</scope >
78
+ <exclusions >
79
+ <exclusion >
80
+ <groupId >org.apache.calcite</groupId >
81
+ <artifactId >calcite-core</artifactId >
82
+ </exclusion >
83
+ <exclusion >
84
+ <groupId >org.apache.calcite</groupId >
85
+ <artifactId >calcite-druid</artifactId >
86
+ </exclusion >
87
+ <exclusion >
88
+ <groupId >org.apache.calcite.avatica</groupId >
89
+ <artifactId >avatica</artifactId >
90
+ </exclusion >
91
+ </exclusions >
78
92
</dependency >
79
93
<!-- test inter-project -->
80
94
<dependency >
Original file line number Diff line number Diff line change 73
73
<version >${project.version} </version >
74
74
<type >test-jar</type >
75
75
<scope >test</scope >
76
+ <exclusions >
77
+ <exclusion >
78
+ <groupId >org.apache.calcite</groupId >
79
+ <artifactId >calcite-core</artifactId >
80
+ </exclusion >
81
+ <exclusion >
82
+ <groupId >org.apache.calcite</groupId >
83
+ <artifactId >calcite-druid</artifactId >
84
+ </exclusion >
85
+ <exclusion >
86
+ <groupId >org.apache.calcite.avatica</groupId >
87
+ <artifactId >avatica</artifactId >
88
+ </exclusion >
89
+ </exclusions >
76
90
</dependency >
77
91
<dependency >
78
92
<groupId >org.apache.hive.hcatalog</groupId >
Original file line number Diff line number Diff line change 116
116
<version >${project.version} </version >
117
117
<scope >test</scope >
118
118
<classifier >tests</classifier >
119
+ <exclusions >
120
+ <exclusion >
121
+ <groupId >org.apache.calcite</groupId >
122
+ <artifactId >calcite-core</artifactId >
123
+ </exclusion >
124
+ <exclusion >
125
+ <groupId >org.apache.calcite</groupId >
126
+ <artifactId >calcite-druid</artifactId >
127
+ </exclusion >
128
+ <exclusion >
129
+ <groupId >org.apache.calcite.avatica</groupId >
130
+ <artifactId >avatica</artifactId >
131
+ </exclusion >
132
+ </exclusions >
119
133
</dependency >
120
134
<!-- test inter-project -->
121
135
<dependency >
Original file line number Diff line number Diff line change 97
97
<artifactId >hive-exec</artifactId >
98
98
<version >${project.version} </version >
99
99
<classifier >tests</classifier >
100
+ <exclusions >
101
+ <exclusion >
102
+ <groupId >org.apache.calcite</groupId >
103
+ <artifactId >calcite-core</artifactId >
104
+ </exclusion >
105
+ <exclusion >
106
+ <groupId >org.apache.calcite</groupId >
107
+ <artifactId >calcite-druid</artifactId >
108
+ </exclusion >
109
+ <exclusion >
110
+ <groupId >org.apache.calcite.avatica</groupId >
111
+ <artifactId >avatica</artifactId >
112
+ </exclusion >
113
+ </exclusions >
100
114
</dependency >
101
115
<!-- test inter-project -->
102
116
<dependency >
Original file line number Diff line number Diff line change 49
49
<artifactId >hive-exec</artifactId >
50
50
<version >${project.version} </version >
51
51
<classifier >tests</classifier >
52
+ <exclusions >
53
+ <exclusion >
54
+ <groupId >org.apache.calcite</groupId >
55
+ <artifactId >calcite-core</artifactId >
56
+ </exclusion >
57
+ <exclusion >
58
+ <groupId >org.apache.calcite</groupId >
59
+ <artifactId >calcite-druid</artifactId >
60
+ </exclusion >
61
+ <exclusion >
62
+ <groupId >org.apache.calcite.avatica</groupId >
63
+ <artifactId >avatica</artifactId >
64
+ </exclusion >
65
+ </exclusions >
52
66
</dependency >
53
67
<dependency >
54
68
<groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 63
63
<version >${project.version} </version >
64
64
<scope >test</scope >
65
65
<classifier >core</classifier >
66
+ <exclusions >
67
+ <exclusion >
68
+ <groupId >org.apache.calcite</groupId >
69
+ <artifactId >calcite-core</artifactId >
70
+ </exclusion >
71
+ <exclusion >
72
+ <groupId >org.apache.calcite</groupId >
73
+ <artifactId >calcite-druid</artifactId >
74
+ </exclusion >
75
+ <exclusion >
76
+ <groupId >org.apache.calcite.avatica</groupId >
77
+ <artifactId >avatica</artifactId >
78
+ </exclusion >
79
+ </exclusions >
66
80
</dependency >
67
81
<dependency >
68
82
<groupId >org.apache.hive</groupId >
69
83
<artifactId >hive-exec</artifactId >
70
84
<version >${project.version} </version >
71
85
<scope >test</scope >
72
86
<classifier >tests</classifier >
87
+ <exclusions >
88
+ <exclusion >
89
+ <groupId >org.apache.calcite</groupId >
90
+ <artifactId >calcite-core</artifactId >
91
+ </exclusion >
92
+ <exclusion >
93
+ <groupId >org.apache.calcite</groupId >
94
+ <artifactId >calcite-druid</artifactId >
95
+ </exclusion >
96
+ <exclusion >
97
+ <groupId >org.apache.calcite.avatica</groupId >
98
+ <artifactId >avatica</artifactId >
99
+ </exclusion >
100
+ </exclusions >
73
101
</dependency >
74
102
<dependency >
75
103
<groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 100
100
<artifactId >hive-exec</artifactId >
101
101
<version >${project.version} </version >
102
102
<classifier >tests</classifier >
103
+ <exclusions >
104
+ <exclusion >
105
+ <groupId >org.apache.calcite</groupId >
106
+ <artifactId >calcite-core</artifactId >
107
+ </exclusion >
108
+ <exclusion >
109
+ <groupId >org.apache.calcite</groupId >
110
+ <artifactId >calcite-druid</artifactId >
111
+ </exclusion >
112
+ <exclusion >
113
+ <groupId >org.apache.calcite.avatica</groupId >
114
+ <artifactId >avatica</artifactId >
115
+ </exclusion >
116
+ </exclusions >
103
117
</dependency >
104
118
<dependency >
105
119
<groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 147
147
<version >${project.version} </version >
148
148
<scope >test</scope >
149
149
<classifier >tests</classifier >
150
+ <exclusions >
151
+ <exclusion >
152
+ <groupId >org.apache.calcite</groupId >
153
+ <artifactId >calcite-core</artifactId >
154
+ </exclusion >
155
+ <exclusion >
156
+ <groupId >org.apache.calcite</groupId >
157
+ <artifactId >calcite-druid</artifactId >
158
+ </exclusion >
159
+ <exclusion >
160
+ <groupId >org.apache.calcite.avatica</groupId >
161
+ <artifactId >avatica</artifactId >
162
+ </exclusion >
163
+ </exclusions >
150
164
</dependency >
151
165
<dependency >
152
166
<groupId >org.apache.hive</groupId >
You can’t perform that action at this time.
0 commit comments