|
5 | 5 | <parent> |
6 | 6 | <groupId>io.trino</groupId> |
7 | 7 | <artifactId>trino-root</artifactId> |
8 | | - <version>393</version> |
| 8 | + <version>395</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <groupId>com.redis</groupId> |
12 | 12 | <artifactId>trino-redisearch</artifactId> |
| 13 | + <version>0.2.4-SNAPSHOT</version> |
13 | 14 | <description>Trino - RediSearch Connector</description> |
14 | 15 | <packaging>trino-plugin</packaging> |
15 | 16 |
|
16 | 17 | <properties> |
17 | | - <lettucemod.version>3.0.4</lettucemod.version> |
| 18 | + <trino.version>395</trino.version> |
| 19 | + <lettucemod.version>3.1.2</lettucemod.version> |
18 | 20 | <lettuce.version>6.2.0.RELEASE</lettuce.version> |
19 | 21 | <testcontainers-redis.version>1.6.2</testcontainers-redis.version> |
20 | 22 | <ulid.version>5.0.0</ulid.version> |
21 | | - <air.check.skip-enforcer>true</air.check.skip-enforcer> |
| 23 | + |
22 | 24 | <air.check.skip-license>true</air.check.skip-license> |
23 | 25 | <air.check.skip-checkstyle>true</air.check.skip-checkstyle> |
24 | 26 | </properties> |
|
28 | 30 | <dependency> |
29 | 31 | <groupId>io.trino</groupId> |
30 | 32 | <artifactId>trino-plugin-toolkit</artifactId> |
31 | | - <scope>compile</scope> |
| 33 | + <version>${trino.version}</version> |
32 | 34 | </dependency> |
33 | 35 |
|
34 | 36 | <dependency> |
|
94 | 96 | <artifactId>validation-api</artifactId> |
95 | 97 | </dependency> |
96 | 98 |
|
| 99 | + <dependency> |
| 100 | + <groupId>io.trino</groupId> |
| 101 | + <artifactId>trino-matching</artifactId> |
| 102 | + <version>${trino.version}</version> |
| 103 | + <scope>runtime</scope> |
| 104 | + </dependency> |
| 105 | + |
97 | 106 | <!-- used by tests but also needed transitively --> |
98 | 107 | <dependency> |
99 | 108 | <groupId>io.airlift</groupId> |
|
105 | 114 | <dependency> |
106 | 115 | <groupId>io.trino</groupId> |
107 | 116 | <artifactId>trino-spi</artifactId> |
| 117 | + <version>${trino.version}</version> |
108 | 118 | <scope>provided</scope> |
109 | 119 | </dependency> |
110 | 120 |
|
|
120 | 130 | <scope>provided</scope> |
121 | 131 | </dependency> |
122 | 132 |
|
| 133 | + |
123 | 134 | <dependency> |
124 | 135 | <groupId>org.openjdk.jol</groupId> |
125 | 136 | <artifactId>jol-core</artifactId> |
|
131 | 142 | <dependency> |
132 | 143 | <groupId>io.trino</groupId> |
133 | 144 | <artifactId>trino-array</artifactId> |
| 145 | + <version>${trino.version}</version> |
134 | 146 | <scope>test</scope> |
135 | 147 | </dependency> |
136 | 148 |
|
137 | 149 | <dependency> |
138 | 150 | <groupId>io.trino</groupId> |
139 | 151 | <artifactId>trino-client</artifactId> |
| 152 | + <version>${trino.version}</version> |
140 | 153 | <scope>test</scope> |
141 | 154 | </dependency> |
142 | 155 |
|
143 | 156 | <dependency> |
144 | 157 | <groupId>io.trino</groupId> |
145 | 158 | <artifactId>trino-collect</artifactId> |
| 159 | + <version>${trino.version}</version> |
146 | 160 | <scope>test</scope> |
147 | 161 | </dependency> |
148 | 162 |
|
149 | 163 | <dependency> |
150 | 164 | <groupId>io.trino</groupId> |
151 | 165 | <artifactId>trino-geospatial-toolkit</artifactId> |
| 166 | + <version>${trino.version}</version> |
152 | 167 | <scope>test</scope> |
153 | 168 | </dependency> |
154 | 169 |
|
155 | 170 | <dependency> |
156 | 171 | <groupId>io.trino</groupId> |
157 | 172 | <artifactId>trino-jmx</artifactId> |
| 173 | + <version>${trino.version}</version> |
158 | 174 | <scope>test</scope> |
159 | 175 | </dependency> |
160 | 176 |
|
161 | 177 | <dependency> |
162 | 178 | <groupId>io.trino</groupId> |
163 | 179 | <artifactId>trino-main</artifactId> |
| 180 | + <version>${trino.version}</version> |
164 | 181 | <scope>test</scope> |
165 | 182 |
|
166 | 183 | <exclusions> |
|
175 | 192 | <groupId>io.trino</groupId> |
176 | 193 | <artifactId>trino-main</artifactId> |
177 | 194 | <type>test-jar</type> |
| 195 | + <version>${trino.version}</version> |
178 | 196 | <scope>test</scope> |
179 | 197 |
|
180 | 198 | <exclusions> |
|
188 | 206 | <dependency> |
189 | 207 | <groupId>io.trino</groupId> |
190 | 208 | <artifactId>trino-memory-context</artifactId> |
| 209 | + <version>${trino.version}</version> |
191 | 210 | <scope>test</scope> |
192 | 211 | </dependency> |
193 | 212 |
|
194 | 213 | <dependency> |
195 | 214 | <groupId>io.trino</groupId> |
196 | 215 | <artifactId>trino-parser</artifactId> |
| 216 | + <version>${trino.version}</version> |
197 | 217 | <scope>test</scope> |
198 | 218 | </dependency> |
199 | 219 |
|
200 | 220 | <dependency> |
201 | 221 | <groupId>io.trino</groupId> |
202 | 222 | <artifactId>trino-testing</artifactId> |
| 223 | + <version>${trino.version}</version> |
203 | 224 | <scope>test</scope> |
204 | 225 | </dependency> |
205 | 226 |
|
206 | 227 | <dependency> |
207 | 228 | <groupId>io.trino</groupId> |
208 | 229 | <artifactId>trino-testing-services</artifactId> |
| 230 | + <version>${trino.version}</version> |
209 | 231 | <scope>test</scope> |
210 | 232 | </dependency> |
211 | 233 |
|
212 | 234 | <dependency> |
213 | 235 | <groupId>io.trino</groupId> |
214 | 236 | <artifactId>trino-tpch</artifactId> |
| 237 | + <version>${trino.version}</version> |
215 | 238 | <scope>test</scope> |
216 | 239 | </dependency> |
217 | 240 |
|
|
331 | 354 | <scope>test</scope> |
332 | 355 | </dependency> |
333 | 356 |
|
334 | | - |
335 | 357 | <dependency> |
336 | 358 | <groupId>org.testcontainers</groupId> |
337 | 359 | <artifactId>testcontainers</artifactId> |
|
0 commit comments