Skip to content

Commit

Permalink
Merge pull request #1640 from arjantijms/tckrefactor
Browse files Browse the repository at this point in the history
Add commons client as seemingly needed by some ejb30 tests
  • Loading branch information
arjantijms authored Nov 8, 2024
2 parents 38244ca + ee8859e commit 1b04ee5
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 1b04ee5

Please sign in to comment.