File tree 3 files changed +0
-15
lines changed
3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 194
194
<artifactId >snakeyaml</artifactId >
195
195
<version >${snakeyaml.version} </version >
196
196
</dependency >
197
- <dependency >
198
- <groupId >com.google.guava</groupId >
199
- <artifactId >guava</artifactId >
200
- </dependency >
201
197
<dependency >
202
198
<groupId >commons-beanutils</groupId >
203
199
<artifactId >commons-beanutils</artifactId >
Original file line number Diff line number Diff line change 222
222
223
223
<nats .version>2.20.4</nats .version>
224
224
<snakeyaml .version>2.3</snakeyaml .version>
225
- <guava .version>33.3.1-jre</guava .version>
226
225
<woodstox-core .version>7.1.0</woodstox-core .version>
227
226
<jgit .version>7.0.0.202409031743-r</jgit .version>
228
227
<awaitility .version>4.2.2</awaitility .version>
725
724
<version >${jackson-dataformat-yaml.version} </version >
726
725
</dependency >
727
726
728
- <dependency >
729
- <groupId >com.google.guava</groupId >
730
- <artifactId >guava</artifactId >
731
- <version >${guava.version} </version >
732
- </dependency >
733
-
734
727
<dependency >
735
728
<groupId >com.fasterxml.woodstox</groupId >
736
729
<artifactId >woodstox-core</artifactId >
Original file line number Diff line number Diff line change 31
31
<scope >test</scope >
32
32
</dependency >
33
33
34
- <dependency >
35
- <groupId >com.google.guava</groupId >
36
- <artifactId >guava</artifactId >
37
- </dependency >
38
34
<dependency >
39
35
<groupId >com.github.erosb</groupId >
40
36
<artifactId >everit-json-schema</artifactId >
You can’t perform that action at this time.
0 commit comments