We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f7ddb commit 875f3b5Copy full SHA for 875f3b5
pom.xml
@@ -36,7 +36,6 @@
36
<protobuf.version>3.25.5</protobuf.version>
37
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
38
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
39
- <vavr.version>0.10.3</vavr.version>
40
<re2j.version>1.6</re2j.version>
41
<jackson.version>2.17.3</jackson.version>
42
<bcprov.version>1.80</bcprov.version>
@@ -285,11 +284,6 @@
285
284
<artifactId>protobuf-java</artifactId>
286
<version>${protobuf.version}</version>
287
</dependency>
288
- <dependency>
289
- <groupId>io.vavr</groupId>
290
- <artifactId>vavr</artifactId>
291
- <version>${vavr.version}</version>
292
- </dependency>
293
<dependency>
294
<groupId>com.google.re2j</groupId>
295
<artifactId>re2j</artifactId>
0 commit comments