Skip to content

Commit 58b78c5

Browse files
authored
Merge pull request #387 from alex268/fix_topic_dependencies
Fixed topic module dependecies
2 parents ff6f8f4 + 4c725eb commit 58b78c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topic/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.github.luben</groupId>
4040
<artifactId>zstd-jni</artifactId>
41-
<version>1.5.2-5</version>
41+
<version>1.5.7-2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>junit</groupId>
@@ -48,6 +48,7 @@
4848
<dependency>
4949
<groupId>tech.ydb.test</groupId>
5050
<artifactId>ydb-junit4-support</artifactId>
51+
<scope>test</scope>
5152
</dependency>
5253
<dependency>
5354
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)