Skip to content

Commit

Permalink
Merge pull request #711 from quickfix-j/chrjohn-remove-guava
Browse files Browse the repository at this point in the history
Removed guava dependency
  • Loading branch information
chrjohn authored Dec 5, 2023
2 parents 563b987 + 39b9b2e commit 02dd7d7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<jaxb.version>4.0.1</jaxb.version>
<apache.mina.version>2.2.3</apache.mina.version>
<commons.io.version>2.11.0</commons.io.version>
<guava.version>32.0.0-jre</guava.version>
<orchestra.file>OrchestraFIXLatest.xml</orchestra.file>
<org.quickfixj.orchestra.tools.version>1.0.2</org.quickfixj.orchestra.tools.version>
<proxool.version>0.9.1</proxool.version>
Expand Down Expand Up @@ -227,14 +226,6 @@
<artifactId>plexus-utils</artifactId>
<version>3.3.1</version>
</dependency>
<!-- the version of the guava transitive dependency is managed to resolve security vulnerability
reported for maven plugin dependencies, it is expected that this will be resolved in a
subsequent version of maven at which point this dependency management may be removed -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
<artifactId>je</artifactId>
Expand Down

0 comments on commit 02dd7d7

Please sign in to comment.