Skip to content

Commit

Permalink
Add commons client as seemingly needed by some ejb30 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Nov 8, 2024
1 parent 38244ca commit ee8859e
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,20 @@
<version>2.1</version>
<scope>test</scope>
</dependency>

<!--
For a couple of tests like:
com.sun.ts.tests.ejb30.tx.session.stateful.web.ClientTest
com.sun.ts.tests.ejb30.tx.session.stateless.cm.generics.ClientTest
com.sun.ts.tests.ejb30.tx.session.stateless.cm.inheritance.annotated.ClientTest
...
-->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit ee8859e

Please sign in to comment.