Ignore:
Timestamp:
Apr 19, 2011, 3:36:26 AM (13 years ago)
Author:
anthony43
Message:

addSimple ws api method added, with unit tests
http://piwigo.org/doc/doku.php?id=en:dev:webapi:pwg.images.addsimple
pom upgraded to 0.3.0-SNAPSHOT since this is a minor change, and also a dependency was added (httpmime)
SessionManagerImpl was modified to make available its httpclient.

File:
1 edited

Legend:

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

    r10091 r10494  
    33  <groupId>fr.mael.jiwigo</groupId>
    44  <artifactId>jiwigo-ws-api</artifactId>
    5   <version>0.2b</version>
     5  <version>0.3.0-SNAPSHOT</version>
    66  <dependencies>
    77
     
    3636                <scope>test</scope>
    3737        </dependency>
    38 
     38        <dependency>
     39                <groupId>org.apache.httpcomponents</groupId>
     40                <artifactId>httpmime</artifactId>
     41                <version>4.1.1</version>
     42                <type>jar</type>
     43                <scope>compile</scope>
     44        </dependency>
    3945  </dependencies>
    4046
Note: See TracChangeset for help on using the changeset viewer.