Skip to content

Commit 93dc7e3

Browse files
authored
Remove guava from all pom.xml files where it is not needed (#5608)
1 parent be8bf49 commit 93dc7e3

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

app/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@
194194
<artifactId>snakeyaml</artifactId>
195195
<version>${snakeyaml.version}</version>
196196
</dependency>
197-
<dependency>
198-
<groupId>com.google.guava</groupId>
199-
<artifactId>guava</artifactId>
200-
</dependency>
201197
<dependency>
202198
<groupId>commons-beanutils</groupId>
203199
<artifactId>commons-beanutils</artifactId>

pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222

223223
<nats.version>2.20.4</nats.version>
224224
<snakeyaml.version>2.3</snakeyaml.version>
225-
<guava.version>33.3.1-jre</guava.version>
226225
<woodstox-core.version>7.1.0</woodstox-core.version>
227226
<jgit.version>7.0.0.202409031743-r</jgit.version>
228227
<awaitility.version>4.2.2</awaitility.version>
@@ -725,12 +724,6 @@
725724
<version>${jackson-dataformat-yaml.version}</version>
726725
</dependency>
727726

728-
<dependency>
729-
<groupId>com.google.guava</groupId>
730-
<artifactId>guava</artifactId>
731-
<version>${guava.version}</version>
732-
</dependency>
733-
734727
<dependency>
735728
<groupId>com.fasterxml.woodstox</groupId>
736729
<artifactId>woodstox-core</artifactId>

schema-util/json/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<scope>test</scope>
3232
</dependency>
3333

34-
<dependency>
35-
<groupId>com.google.guava</groupId>
36-
<artifactId>guava</artifactId>
37-
</dependency>
3834
<dependency>
3935
<groupId>com.github.erosb</groupId>
4036
<artifactId>everit-json-schema</artifactId>

0 commit comments

Comments
 (0)