Skip to content

Commit 8babaf0

Browse files
committed
Include jars for dependencies
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent b5e4740 commit 8babaf0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

flink-sql-runner/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,31 +208,32 @@
208208
<groupId>${project.groupId}</groupId>
209209
<artifactId>flexible-csv-format</artifactId>
210210
<version>${project.version}</version>
211-
<scope>runtime</scope>
212211
</dependency>
213212
<dependency>
214213
<groupId>${project.groupId}</groupId>
215214
<artifactId>flexible-json-format</artifactId>
216215
<version>${project.version}</version>
217-
<scope>runtime</scope>
218216
</dependency>
219217
<dependency>
220218
<groupId>${project.groupId}</groupId>
221219
<artifactId>system-functions-discovery</artifactId>
222220
<version>${project.version}</version>
223221
<scope>runtime</scope>
224222
</dependency>
223+
<dependency>
224+
<groupId>${project.groupId}</groupId>
225+
<artifactId>json-type</artifactId>
226+
<version>${project.version}</version>
227+
</dependency>
225228
<dependency>
226229
<groupId>${project.groupId}</groupId>
227230
<artifactId>vector-type</artifactId>
228231
<version>${project.version}</version>
229-
<scope>runtime</scope>
230232
</dependency>
231233
<dependency>
232234
<groupId>${project.groupId}</groupId>
233235
<artifactId>postgresql-connector</artifactId>
234236
<version>${project.version}</version>
235-
<scope>runtime</scope>
236237
</dependency>
237238
</dependencies>
238239

0 commit comments

Comments
 (0)