|
101 | 101 | <commons.io.version>2.19.0</commons.io.version> |
102 | 102 | <orchestra.file>OrchestraFIXLatest.xml</orchestra.file> |
103 | 103 | <org.quickfixj.orchestra.tools.version>1.0.2</org.quickfixj.orchestra.tools.version> |
104 | | - <proxool.version>0.9.1</proxool.version> |
105 | 104 | <jaxen.version>2.0.0</jaxen.version> |
106 | 105 | <jmh.version>1.37</jmh.version> |
107 | 106 | </properties> |
|
239 | 238 | <version>2.1.4</version> |
240 | 239 | <optional>true</optional> |
241 | 240 | </dependency> |
242 | | - <dependency> |
243 | | - <groupId>com.cloudhopper.proxool</groupId> |
244 | | - <artifactId>proxool</artifactId> |
245 | | - <version>${proxool.version}</version> |
246 | | - <optional>true</optional> |
247 | | - <exclusions> |
248 | | - <!-- bug in proxool pom - should be test scope --> |
249 | | - <exclusion> |
250 | | - <groupId>avalon-framework</groupId> |
251 | | - <artifactId>avalon-framework-api</artifactId> |
252 | | - </exclusion> |
253 | | - <!-- we use slf4j which provides this API --> |
254 | | - <exclusion> |
255 | | - <groupId>commons-logging</groupId> |
256 | | - <artifactId>commons-logging</artifactId> |
257 | | - </exclusion> |
258 | | - </exclusions> |
259 | | - </dependency> |
260 | | - <dependency> |
261 | | - <groupId>com.cloudhopper.proxool</groupId> |
262 | | - <artifactId>proxool-cglib</artifactId> |
263 | | - <version>${proxool.version}</version> |
264 | | - <optional>true</optional> |
265 | | - <exclusions> |
266 | | - <!-- bug in proxool pom - should be test scope --> |
267 | | - <exclusion> |
268 | | - <groupId>avalon-framework</groupId> |
269 | | - <artifactId>avalon-framework-api</artifactId> |
270 | | - </exclusion> |
271 | | - <!-- we use slf4j which provides this API --> |
272 | | - <exclusion> |
273 | | - <groupId>commons-logging</groupId> |
274 | | - <artifactId>commons-logging</artifactId> |
275 | | - </exclusion> |
276 | | - </exclusions> |
277 | | - </dependency> |
278 | 241 | <dependency> |
279 | 242 | <!-- required by dom4j at runtime --> |
280 | 243 | <groupId>jaxen</groupId> |
|
0 commit comments