Skip to content

Commit 84bc231

Browse files
authored
Merge pull request #975 from quickfix-j/chrjohn-proxool-cleanup
Remove leftovers from proxool
2 parents 678c113 + 33cb5af commit 84bc231

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

pom.xml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
<commons.io.version>2.19.0</commons.io.version>
102102
<orchestra.file>OrchestraFIXLatest.xml</orchestra.file>
103103
<org.quickfixj.orchestra.tools.version>1.0.2</org.quickfixj.orchestra.tools.version>
104-
<proxool.version>0.9.1</proxool.version>
105104
<jaxen.version>2.0.0</jaxen.version>
106105
<jmh.version>1.37</jmh.version>
107106
</properties>
@@ -239,42 +238,6 @@
239238
<version>2.1.4</version>
240239
<optional>true</optional>
241240
</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>
278241
<dependency>
279242
<!-- required by dom4j at runtime -->
280243
<groupId>jaxen</groupId>

0 commit comments

Comments
 (0)