|
34 | 34 | <scope>test</scope> |
35 | 35 | </dependency> |
36 | 36 |
|
37 | | - <!--TODO `org.graalvm.buildtools:native-maven-plugin:0.10.6` does not recognize `pom.xml` without source code, |
38 | | - which affects all `org.apache.shardingsphere:shardingsphere-proxy-dialect-*`. |
39 | | - See https://github.com/graalvm/native-build-tools/issues/727 . |
40 | | - --> |
41 | 37 | <dependency> |
42 | 38 | <groupId>org.apache.shardingsphere</groupId> |
43 | 39 | <artifactId>shardingsphere-proxy-bootstrap</artifactId> |
44 | 40 | <version>${project.version}</version> |
45 | 41 | <scope>test</scope> |
46 | | - <exclusions> |
47 | | - <exclusion> |
48 | | - <groupId>org.apache.shardingsphere</groupId> |
49 | | - <artifactId>shardingsphere-proxy-dialect-postgresql</artifactId> |
50 | | - </exclusion> |
51 | | - <exclusion> |
52 | | - <groupId>org.apache.shardingsphere</groupId> |
53 | | - <artifactId>shardingsphere-proxy-dialect-mysql</artifactId> |
54 | | - </exclusion> |
55 | | - <exclusion> |
56 | | - <groupId>org.apache.shardingsphere</groupId> |
57 | | - <artifactId>shardingsphere-proxy-dialect-oracle</artifactId> |
58 | | - </exclusion> |
59 | | - <exclusion> |
60 | | - <groupId>org.apache.shardingsphere</groupId> |
61 | | - <artifactId>shardingsphere-proxy-dialect-sqlserver</artifactId> |
62 | | - </exclusion> |
63 | | - <exclusion> |
64 | | - <groupId>org.apache.shardingsphere</groupId> |
65 | | - <artifactId>shardingsphere-proxy-dialect-opengauss</artifactId> |
66 | | - </exclusion> |
67 | | - </exclusions> |
68 | | - </dependency> |
69 | | - <dependency> |
70 | | - <groupId>org.apache.shardingsphere</groupId> |
71 | | - <artifactId>shardingsphere-parser-sql-postgresql</artifactId> |
72 | | - <version>${project.version}</version> |
73 | | - <scope>test</scope> |
74 | | - </dependency> |
75 | | - <dependency> |
76 | | - <groupId>org.apache.shardingsphere</groupId> |
77 | | - <artifactId>shardingsphere-infra-binder-postgresql</artifactId> |
78 | | - <version>${project.version}</version> |
79 | | - <scope>test</scope> |
80 | | - </dependency> |
81 | | - <dependency> |
82 | | - <groupId>org.apache.shardingsphere</groupId> |
83 | | - <artifactId>shardingsphere-postgresql-protocol</artifactId> |
84 | | - <version>${project.version}</version> |
85 | | - <scope>test</scope> |
86 | | - </dependency> |
87 | | - <dependency> |
88 | | - <groupId>org.apache.shardingsphere</groupId> |
89 | | - <artifactId>shardingsphere-proxy-frontend-postgresql</artifactId> |
90 | | - <version>${project.version}</version> |
91 | | - <scope>test</scope> |
92 | | - </dependency> |
93 | | - <dependency> |
94 | | - <groupId>org.apache.shardingsphere</groupId> |
95 | | - <artifactId>shardingsphere-data-pipeline-postgresql</artifactId> |
96 | | - <version>${project.version}</version> |
97 | | - <scope>test</scope> |
98 | | - </dependency> |
99 | | - <dependency> |
100 | | - <groupId>org.apache.shardingsphere</groupId> |
101 | | - <artifactId>shardingsphere-parser-sql-mysql</artifactId> |
102 | | - <version>${project.version}</version> |
103 | | - <scope>test</scope> |
104 | | - </dependency> |
105 | | - <dependency> |
106 | | - <groupId>org.apache.shardingsphere</groupId> |
107 | | - <artifactId>shardingsphere-infra-binder-mysql</artifactId> |
108 | | - <version>${project.version}</version> |
109 | | - <scope>test</scope> |
110 | | - </dependency> |
111 | | - <dependency> |
112 | | - <groupId>org.apache.shardingsphere</groupId> |
113 | | - <artifactId>shardingsphere-mysql-protocol</artifactId> |
114 | | - <version>${project.version}</version> |
115 | | - <scope>test</scope> |
116 | | - </dependency> |
117 | | - <dependency> |
118 | | - <groupId>org.apache.shardingsphere</groupId> |
119 | | - <artifactId>shardingsphere-proxy-frontend-mysql</artifactId> |
120 | | - <version>${project.version}</version> |
121 | | - <scope>test</scope> |
122 | | - </dependency> |
123 | | - <dependency> |
124 | | - <groupId>org.apache.shardingsphere</groupId> |
125 | | - <artifactId>shardingsphere-data-pipeline-mysql</artifactId> |
126 | | - <version>${project.version}</version> |
127 | | - <scope>test</scope> |
128 | | - </dependency> |
129 | | - <dependency> |
130 | | - <groupId>org.apache.shardingsphere</groupId> |
131 | | - <artifactId>shardingsphere-parser-sql-sqlserver</artifactId> |
132 | | - <version>${project.version}</version> |
133 | | - <scope>test</scope> |
134 | | - </dependency> |
135 | | - <dependency> |
136 | | - <groupId>org.apache.shardingsphere</groupId> |
137 | | - <artifactId>shardingsphere-infra-binder-sqlserver</artifactId> |
138 | | - <version>${project.version}</version> |
139 | | - <scope>test</scope> |
140 | | - </dependency> |
141 | | - <dependency> |
142 | | - <groupId>org.apache.shardingsphere</groupId> |
143 | | - <artifactId>shardingsphere-parser-sql-opengauss</artifactId> |
144 | | - <version>${project.version}</version> |
145 | | - <scope>test</scope> |
146 | | - </dependency> |
147 | | - <dependency> |
148 | | - <groupId>org.apache.shardingsphere</groupId> |
149 | | - <artifactId>shardingsphere-infra-binder-opengauss</artifactId> |
150 | | - <version>${project.version}</version> |
151 | | - <scope>test</scope> |
152 | | - </dependency> |
153 | | - <dependency> |
154 | | - <groupId>org.apache.shardingsphere</groupId> |
155 | | - <artifactId>shardingsphere-opengauss-protocol</artifactId> |
156 | | - <version>${project.version}</version> |
157 | | - <scope>test</scope> |
158 | | - </dependency> |
159 | | - <dependency> |
160 | | - <groupId>org.apache.shardingsphere</groupId> |
161 | | - <artifactId>shardingsphere-proxy-frontend-opengauss</artifactId> |
162 | | - <version>${project.version}</version> |
163 | | - <scope>test</scope> |
164 | | - </dependency> |
165 | | - <dependency> |
166 | | - <groupId>org.apache.shardingsphere</groupId> |
167 | | - <artifactId>shardingsphere-data-pipeline-opengauss</artifactId> |
168 | | - <version>${project.version}</version> |
169 | | - <scope>test</scope> |
170 | 42 | </dependency> |
171 | 43 |
|
172 | 44 | <dependency> |
173 | 45 | <groupId>org.apache.shardingsphere</groupId> |
174 | | - <artifactId>shardingsphere-parser-sql-clickhouse</artifactId> |
| 46 | + <artifactId>shardingsphere-proxy-dialect-clickhouse</artifactId> |
175 | 47 | <version>${project.version}</version> |
176 | 48 | <scope>test</scope> |
177 | 49 | </dependency> |
178 | 50 | <dependency> |
179 | 51 | <groupId>org.apache.shardingsphere</groupId> |
180 | | - <artifactId>shardingsphere-parser-sql-hive</artifactId> |
| 52 | + <artifactId>shardingsphere-proxy-dialect-hive</artifactId> |
181 | 53 | <version>${project.version}</version> |
182 | 54 | <scope>test</scope> |
183 | 55 | </dependency> |
184 | 56 | <dependency> |
185 | 57 | <groupId>org.apache.shardingsphere</groupId> |
186 | | - <artifactId>shardingsphere-parser-sql-firebird</artifactId> |
| 58 | + <artifactId>shardingsphere-proxy-dialect-firebird</artifactId> |
187 | 59 | <version>${project.version}</version> |
188 | 60 | <scope>test</scope> |
189 | 61 | </dependency> |
190 | 62 | <dependency> |
191 | 63 | <groupId>org.apache.shardingsphere</groupId> |
192 | | - <artifactId>shardingsphere-parser-sql-presto</artifactId> |
| 64 | + <artifactId>shardingsphere-proxy-dialect-presto</artifactId> |
193 | 65 | <version>${project.version}</version> |
194 | 66 | <scope>test</scope> |
195 | 67 | </dependency> |
|
207 | 79 | <scope>test</scope> |
208 | 80 | </dependency> |
209 | 81 |
|
210 | | - <dependency> |
211 | | - <groupId>org.apache.shardingsphere</groupId> |
212 | | - <artifactId>shardingsphere-broadcast-distsql-handler</artifactId> |
213 | | - <version>${project.version}</version> |
214 | | - <scope>runtime</scope> |
215 | | - </dependency> |
216 | | - <dependency> |
217 | | - <groupId>org.apache.shardingsphere</groupId> |
218 | | - <artifactId>shardingsphere-readwrite-splitting-distsql-handler</artifactId> |
219 | | - <version>${project.version}</version> |
220 | | - <scope>runtime</scope> |
221 | | - </dependency> |
222 | | - <dependency> |
223 | | - <groupId>org.apache.shardingsphere</groupId> |
224 | | - <artifactId>shardingsphere-shadow-distsql-handler</artifactId> |
225 | | - <version>${project.version}</version> |
226 | | - <scope>runtime</scope> |
227 | | - </dependency> |
228 | | - |
229 | 82 | <dependency> |
230 | 83 | <groupId>io.vertx</groupId> |
231 | 84 | <artifactId>vertx-grpc</artifactId> |
|
0 commit comments