Changeset 250


Ignore:
Timestamp:
03/18/10 14:49:18 (14 years ago)
Author:
oschonef
Message:
  • add dependency on commons-http-client
  • in progress work for GWDG handle integration
Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r241 r250  
    225225      <type>jar</type>
    226226    </dependency>
     227    <dependency>
     228        <groupId>org.apache.httpcomponents</groupId>
     229        <artifactId>httpclient</artifactId>
     230        <version>4.0.1</version>
     231        <type>jar</type>
     232        <scope>compile</scope>
     233    </dependency>
    227234  </dependencies>
    228235
Note: See TracChangeset for help on using the changeset viewer.