Skip to content

Commit f09ebc5

Browse files
authored
Removed guava dependency
Security vulnerabilities should be fixed in recent maven plugin versions.
1 parent c07b4ba commit f09ebc5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103
<docgen.version>1.6.8</docgen.version>
104104
<jaxb.version>4.0.1</jaxb.version>
105105
<apache.mina.version>2.2.3</apache.mina.version>
106-
<commons.io.version>2.11.0</commons.io.version>
107-
<guava.version>32.0.0-jre</guava.version>
108106
<orchestra.file>OrchestraFIXLatest.xml</orchestra.file>
109107
<org.quickfixj.orchestra.tools.version>1.0.2</org.quickfixj.orchestra.tools.version>
110108
<proxool.version>0.9.1</proxool.version>
@@ -226,14 +224,6 @@
226224
<artifactId>plexus-utils</artifactId>
227225
<version>3.3.1</version>
228226
</dependency>
229-
<!-- the version of the guava transitive dependency is managed to resolve security vulnerability
230-
reported for maven plugin dependencies, it is expected that this will be resolved in a
231-
subsequent version of maven at which point this dependency management may be removed -->
232-
<dependency>
233-
<groupId>com.google.guava</groupId>
234-
<artifactId>guava</artifactId>
235-
<version>${guava.version}</version>
236-
</dependency>
237227
<dependency>
238228
<groupId>com.sleepycat</groupId>
239229
<artifactId>je</artifactId>

0 commit comments

Comments
 (0)