Skip to content

Commit bbe4db0

Browse files
committed
Removed lombok and updated YDB JDBC dependency
1 parent 974151d commit bbe4db0

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

spring-data-jdbc-ydb/pom.xml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@
5050
<maven.compiler.source>17</maven.compiler.source>
5151

5252
<junit5.version>5.10.2</junit5.version>
53-
<lombok.version>1.18.30</lombok.version>
5453
<spring.version>3.4.0</spring.version>
5554
<liquibase.version>4.24.0</liquibase.version>
5655

57-
<ydb.sdk.version>2.2.9</ydb.sdk.version>
58-
<ydb.jdbc.version>2.2.3</ydb.jdbc.version>
59-
<ydb.liquibase.version>0.9.7</ydb.liquibase.version>
56+
<ydb.sdk.version>2.3.13</ydb.sdk.version>
57+
<ydb.jdbc.version>2.3.10</ydb.jdbc.version>
58+
<ydb.liquibase.version>1.1.1</ydb.liquibase.version>
6059
</properties>
6160

6261
<dependencyManagement>
@@ -84,12 +83,6 @@
8483
<artifactId>spring-data-jdbc</artifactId>
8584
<scope>provided</scope>
8685
</dependency>
87-
<dependency>
88-
<groupId>tech.ydb.jdbc</groupId>
89-
<artifactId>ydb-jdbc-driver</artifactId>
90-
<version>${ydb.jdbc.version}</version>
91-
<scope>provided</scope>
92-
</dependency>
9386

9487
<dependency>
9588
<groupId>tech.ydb.test</groupId>
@@ -102,9 +95,9 @@
10295
<scope>test</scope>
10396
</dependency>
10497
<dependency>
105-
<groupId>org.projectlombok</groupId>
106-
<artifactId>lombok</artifactId>
107-
<version>${lombok.version}</version>
98+
<groupId>tech.ydb.jdbc</groupId>
99+
<artifactId>ydb-jdbc-driver</artifactId>
100+
<version>${ydb.jdbc.version}</version>
108101
<scope>test</scope>
109102
</dependency>
110103
<dependency>
@@ -126,7 +119,6 @@
126119
<dependency>
127120
<groupId>org.liquibase</groupId>
128121
<artifactId>liquibase-core</artifactId>
129-
<version>${liquibase.version}</version>
130122
<scope>test</scope>
131123
</dependency>
132124
</dependencies>

0 commit comments

Comments
 (0)