Skip to content

Commit 59b6bc6

Browse files
committed
Remove reducant dependecies
1 parent 48f7973 commit 59b6bc6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

basic_example/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<groupId>tech.ydb</groupId>
2222
<artifactId>ydb-sdk-table</artifactId>
2323
</dependency>
24-
<dependency>
25-
<groupId>tech.ydb</groupId>
26-
<artifactId>ydb-sdk-topic</artifactId>
27-
</dependency>
2824
<dependency>
2925
<groupId>tech.ydb.auth</groupId>
3026
<artifactId>yc-auth-provider</artifactId>

query-example/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<groupId>tech.ydb</groupId>
2222
<artifactId>ydb-sdk-query</artifactId>
2323
</dependency>
24-
<dependency>
25-
<groupId>tech.ydb</groupId>
26-
<artifactId>ydb-sdk-topic</artifactId>
27-
</dependency>
2824
<dependency>
2925
<groupId>tech.ydb.auth</groupId>
3026
<artifactId>yc-auth-provider</artifactId>

0 commit comments

Comments
 (0)