Skip to content

Commit

Permalink
add commons-httpclient dep
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2401 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Apr 14, 2009
1 parent f46812a commit 93b25a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions version-matrix/pom.xml
Expand Up @@ -379,6 +379,12 @@
<artifactId>jaxws-api</artifactId>
<version>2.1</version>
</dependency>

<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>

</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 93b25a9

Please sign in to comment.