File tree 19 files changed +532
-18
lines changed
kyuubi-extension-spark-3-2
kyuubi-extension-spark-3-3
kyuubi-extension-spark-3-4
kyuubi-extension-spark-3-5
kyuubi-extension-spark-common
kyuubi-extension-spark-jdbc-dialect
kyuubi-spark-connector-hive
kyuubi-spark-connector-tpcds
kyuubi-spark-connector-tpch
externals/kyuubi-spark-sql-engine
19 files changed +532
-18
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,6 @@ jakarta.xml.bind:jakarta.xml.bind-api
332
332
Eclipse Public License (EPL) 2.0
333
333
--------------------------------
334
334
jakarta.annotation:jakarta.annotation-api
335
- jakarta.servlet:jakarta.servlet-api
336
335
jakarta.ws.rs:jakarta.ws.rs-api
337
336
org.glassfish.hk2:hk2-api
338
337
org.glassfish.hk2:hk2-locator
@@ -354,6 +353,10 @@ com.theokanning.openai-gpt3-java:client
354
353
com.theokanning.openai-gpt3-java:service
355
354
org.checkerframework:checker-qual
356
355
356
+ CDDL License 1.1
357
+ ----------------
358
+ javax.servlet-api
359
+
357
360
This product also contains the following third-party components, the information
358
361
is auto-generated by `pnpm licenses list --prod`.
359
362
-----------------------------------------------------
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ jackson-module-jaxb-annotations/2.15.4//jackson-module-jaxb-annotations-2.15.4.j
70
70
jackson-module-scala_2.12/2.15.4//jackson-module-scala_2.12-2.15.4.jar
71
71
jakarta.annotation-api/1.3.5//jakarta.annotation-api-1.3.5.jar
72
72
jakarta.inject/2.6.1//jakarta.inject-2.6.1.jar
73
- jakarta.servlet-api/4.0.4//jakarta.servlet-api-4.0.4.jar
74
73
jakarta.validation-api/2.0.2//jakarta.validation-api-2.0.2.jar
75
74
jakarta.ws.rs-api/2.1.6//jakarta.ws.rs-api-2.1.6.jar
76
75
jakarta.xml.bind-api/2.3.2//jakarta.xml.bind-api-2.3.2.jar
77
76
javassist/3.25.0-GA//javassist-3.25.0-GA.jar
77
+ javax.servlet-api/4.0.1//javax.servlet-api-4.0.1.jar
78
78
jcl-over-slf4j/1.7.36//jcl-over-slf4j-1.7.36.jar
79
79
jersey-client/2.39.1//jersey-client-2.39.1.jar
80
80
jersey-common/2.39.1//jersey-common-2.39.1.jar
Original file line number Diff line number Diff line change 103
103
<scope >test</scope >
104
104
</dependency >
105
105
106
+ <dependency >
107
+ <groupId >javax.servlet</groupId >
108
+ <artifactId >javax.servlet-api</artifactId >
109
+ <scope >test</scope >
110
+ </dependency >
111
+
112
+ <dependency >
113
+ <groupId >jakarta.servlet</groupId >
114
+ <artifactId >jakarta.servlet-api</artifactId >
115
+ <scope >test</scope >
116
+ </dependency >
117
+
106
118
<dependency >
107
119
<groupId >org.apache.logging.log4j</groupId >
108
120
<artifactId >log4j-1.2-api</artifactId >
Original file line number Diff line number Diff line change 118
118
<artifactId >hadoop-client-runtime</artifactId >
119
119
<scope >test</scope >
120
120
</dependency >
121
+
122
+ <dependency >
123
+ <groupId >javax.servlet</groupId >
124
+ <artifactId >javax.servlet-api</artifactId >
125
+ <scope >test</scope >
126
+ </dependency >
127
+
128
+ <dependency >
129
+ <groupId >jakarta.servlet</groupId >
130
+ <artifactId >jakarta.servlet-api</artifactId >
131
+ <scope >test</scope >
132
+ </dependency >
121
133
</dependencies >
122
134
123
135
<build >
Original file line number Diff line number Diff line change 105
105
<scope >test</scope >
106
106
</dependency >
107
107
108
+ <dependency >
109
+ <groupId >javax.servlet</groupId >
110
+ <artifactId >javax.servlet-api</artifactId >
111
+ <scope >test</scope >
112
+ </dependency >
113
+
114
+ <dependency >
115
+ <groupId >jakarta.servlet</groupId >
116
+ <artifactId >jakarta.servlet-api</artifactId >
117
+ <scope >test</scope >
118
+ </dependency >
119
+
108
120
<dependency >
109
121
<groupId >org.apache.logging.log4j</groupId >
110
122
<artifactId >log4j-slf4j-impl</artifactId >
Original file line number Diff line number Diff line change 105
105
<scope >test</scope >
106
106
</dependency >
107
107
108
+ <dependency >
109
+ <groupId >javax.servlet</groupId >
110
+ <artifactId >javax.servlet-api</artifactId >
111
+ <scope >test</scope >
112
+ </dependency >
113
+
114
+ <dependency >
115
+ <groupId >jakarta.servlet</groupId >
116
+ <artifactId >jakarta.servlet-api</artifactId >
117
+ <scope >test</scope >
118
+ </dependency >
119
+
108
120
<dependency >
109
121
<groupId >org.apache.logging.log4j</groupId >
110
122
<artifactId >log4j-slf4j-impl</artifactId >
Original file line number Diff line number Diff line change 88
88
<scope >test</scope >
89
89
</dependency >
90
90
91
+ <dependency >
92
+ <groupId >javax.servlet</groupId >
93
+ <artifactId >javax.servlet-api</artifactId >
94
+ <scope >test</scope >
95
+ </dependency >
96
+
97
+ <dependency >
98
+ <groupId >jakarta.servlet</groupId >
99
+ <artifactId >jakarta.servlet-api</artifactId >
100
+ <scope >test</scope >
101
+ </dependency >
102
+
91
103
<dependency >
92
104
<groupId >org.apache.logging.log4j</groupId >
93
105
<artifactId >log4j-1.2-api</artifactId >
Original file line number Diff line number Diff line change 37
37
<artifactId >spark-sql_${scala.binary.version}</artifactId >
38
38
<scope >provided</scope >
39
39
</dependency >
40
+
41
+ <dependency >
42
+ <groupId >javax.servlet</groupId >
43
+ <artifactId >javax.servlet-api</artifactId >
44
+ <scope >test</scope >
45
+ </dependency >
46
+
47
+ <dependency >
48
+ <groupId >jakarta.servlet</groupId >
49
+ <artifactId >jakarta.servlet-api</artifactId >
50
+ <scope >test</scope >
51
+ </dependency >
40
52
</dependencies >
41
53
42
54
<build >
Original file line number Diff line number Diff line change 307
307
<!-- for hive related test only -->
308
308
</dependency >
309
309
310
+ <dependency >
311
+ <groupId >javax.servlet</groupId >
312
+ <artifactId >javax.servlet-api</artifactId >
313
+ <scope >test</scope >
314
+ </dependency >
315
+
316
+ <dependency >
317
+ <groupId >jakarta.servlet</groupId >
318
+ <artifactId >jakarta.servlet-api</artifactId >
319
+ <scope >test</scope >
320
+ </dependency >
321
+
310
322
<dependency >
311
323
<groupId >org.apache.logging.log4j</groupId >
312
324
<artifactId >log4j-api</artifactId >
Original file line number Diff line number Diff line change 110
110
<artifactId >hadoop-client-runtime</artifactId >
111
111
<scope >test</scope >
112
112
</dependency >
113
+
114
+ <dependency >
115
+ <groupId >javax.servlet</groupId >
116
+ <artifactId >javax.servlet-api</artifactId >
117
+ <scope >test</scope >
118
+ </dependency >
119
+
120
+ <dependency >
121
+ <groupId >jakarta.servlet</groupId >
122
+ <artifactId >jakarta.servlet-api</artifactId >
123
+ <scope >test</scope >
124
+ </dependency >
113
125
</dependencies >
114
126
115
127
<build >
Original file line number Diff line number Diff line change 128
128
<artifactId >hadoop-client-runtime</artifactId >
129
129
<scope >test</scope >
130
130
</dependency >
131
+
132
+ <dependency >
133
+ <groupId >javax.servlet</groupId >
134
+ <artifactId >javax.servlet-api</artifactId >
135
+ <scope >test</scope >
136
+ </dependency >
137
+
138
+ <dependency >
139
+ <groupId >jakarta.servlet</groupId >
140
+ <artifactId >jakarta.servlet-api</artifactId >
141
+ <scope >test</scope >
142
+ </dependency >
131
143
</dependencies >
132
144
133
145
<build >
Original file line number Diff line number Diff line change 127
127
<artifactId >hadoop-client-runtime</artifactId >
128
128
<scope >test</scope >
129
129
</dependency >
130
+
131
+ <dependency >
132
+ <groupId >javax.servlet</groupId >
133
+ <artifactId >javax.servlet-api</artifactId >
134
+ <scope >test</scope >
135
+ </dependency >
136
+
137
+ <dependency >
138
+ <groupId >jakarta.servlet</groupId >
139
+ <artifactId >jakarta.servlet-api</artifactId >
140
+ <scope >test</scope >
141
+ </dependency >
130
142
</dependencies >
131
143
132
144
<build >
Original file line number Diff line number Diff line change 167
167
<artifactId >spark-hive_${scala.binary.version}</artifactId >
168
168
<scope >test</scope >
169
169
</dependency >
170
+
171
+ <dependency >
172
+ <groupId >javax.servlet</groupId >
173
+ <artifactId >javax.servlet-api</artifactId >
174
+ <scope >test</scope >
175
+ </dependency >
176
+
177
+ <dependency >
178
+ <groupId >jakarta.servlet</groupId >
179
+ <artifactId >jakarta.servlet-api</artifactId >
180
+ <scope >test</scope >
181
+ </dependency >
170
182
</dependencies >
171
183
172
184
<build >
Original file line number Diff line number Diff line change 64
64
<artifactId >grpc-util</artifactId >
65
65
</dependency >
66
66
67
+ <dependency >
68
+ <groupId >javax.servlet</groupId >
69
+ <artifactId >javax.servlet-api</artifactId >
70
+ <scope >provided</scope >
71
+ </dependency >
72
+
73
+ <dependency >
74
+ <groupId >jakarta.servlet</groupId >
75
+ <artifactId >jakarta.servlet-api</artifactId >
76
+ <scope >provided</scope >
77
+ </dependency >
78
+
67
79
<dependency >
68
80
<groupId >org.apache.spark</groupId >
69
81
<artifactId >spark-sql_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 67
67
</dependency >
68
68
69
69
<dependency >
70
- <groupId >jakarta .servlet</groupId >
71
- <artifactId >jakarta .servlet-api</artifactId >
70
+ <groupId >javax .servlet</groupId >
71
+ <artifactId >javax .servlet-api</artifactId >
72
72
</dependency >
73
73
74
74
<dependency >
Original file line number Diff line number Diff line change 45
45
</dependency >
46
46
47
47
<dependency >
48
- <groupId >jakarta .servlet</groupId >
49
- <artifactId >jakarta .servlet-api</artifactId >
48
+ <groupId >javax .servlet</groupId >
49
+ <artifactId >javax .servlet-api</artifactId >
50
50
</dependency >
51
51
52
52
<dependency >
Original file line number Diff line number Diff line change 115
115
</dependency >
116
116
117
117
<dependency >
118
- <groupId >jakarta .servlet</groupId >
119
- <artifactId >jakarta .servlet-api</artifactId >
118
+ <groupId >javax .servlet</groupId >
119
+ <artifactId >javax .servlet-api</artifactId >
120
120
</dependency >
121
121
122
122
<dependency >
You can’t perform that action at this time.
0 commit comments