Skip to content

Commit 875f3b5

Browse files
committed
Remove vavr dependency.
1 parent 64f7ddb commit 875f3b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<protobuf.version>3.25.5</protobuf.version>
3737
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
3838
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
39-
<vavr.version>0.10.3</vavr.version>
4039
<re2j.version>1.6</re2j.version>
4140
<jackson.version>2.17.3</jackson.version>
4241
<bcprov.version>1.80</bcprov.version>
@@ -285,11 +284,6 @@
285284
<artifactId>protobuf-java</artifactId>
286285
<version>${protobuf.version}</version>
287286
</dependency>
288-
<dependency>
289-
<groupId>io.vavr</groupId>
290-
<artifactId>vavr</artifactId>
291-
<version>${vavr.version}</version>
292-
</dependency>
293287
<dependency>
294288
<groupId>com.google.re2j</groupId>
295289
<artifactId>re2j</artifactId>

0 commit comments

Comments
 (0)