Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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