Skip to content

Commit ca09f60

Browse files
dev: ydb jdbc driver provided
1 parent 276fb5d commit ca09f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jooq-dialect/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<jooq.version>3.19.0</jooq.version>
4848

4949
<ydb.sdk.version>2.2.6</ydb.sdk.version>
50-
<ydb.jdbc.version>2.1.5</ydb.jdbc.version>
50+
<ydb.jdbc.version>2.2.3</ydb.jdbc.version>
5151
</properties>
5252

5353
<dependencies>
@@ -71,9 +71,9 @@
7171
</dependency>
7272
<dependency>
7373
<groupId>tech.ydb.jdbc</groupId>
74-
<artifactId>ydb-jdbc-driver-shaded</artifactId>
74+
<artifactId>ydb-jdbc-driver</artifactId>
7575
<version>${ydb.jdbc.version}</version>
76-
<scope>compile</scope>
76+
<scope>provided</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>tech.ydb.test</groupId>

0 commit comments

Comments
 (0)