Ignore:
Timestamp:
Mar 27, 2011, 6:18:38 PM (13 years ago)
Author:
mlg
Message:

Removes jdom lib and changes apache HTTPClient to the newest one
For more compatibility. I _think_ android is now compatible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo-ws-api/pom.xml

    r9879 r9902  
    33  <groupId>fr.mael.jiwigo</groupId>
    44  <artifactId>jiwigo-ws-api</artifactId>
    5   <version>0.13.1.2</version>
     5  <version>0.2b</version>
    66
    77
     
    1111
    1212        <dependency>
    13             <groupId>org.jdom</groupId>
    14             <artifactId>jdom</artifactId>
    15             <version>1.1</version>
    16         </dependency>
    17         <dependency>
    1813            <groupId>commons-lang</groupId>
    1914            <artifactId>commons-lang</artifactId>
     
    2116        </dependency>
    2217        <dependency>
    23             <groupId>commons-httpclient</groupId>
    24             <artifactId>commons-httpclient</artifactId>
    25             <version>3.1</version>
     18            <groupId>org.apache.httpcomponents</groupId>
     19            <artifactId>httpclient</artifactId>
     20            <version>4.1</version>
    2621        </dependency>
    2722        <dependency>
Note: See TracChangeset for help on using the changeset viewer.