Show
Ignore:
Timestamp:
02/27/11 13:38:31 (2 years ago)
Author:
mlg
Message:

Modifications to use the last version of jiwigo-ws-api

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/pom.xml

    r9385 r9393  
    1717 
    1818        <dependency> 
    19             <groupId>org.jdom</groupId> 
    20             <artifactId>jdom</artifactId> 
    21             <version>1.1</version> 
    22         </dependency> 
    23         <dependency> 
    24             <groupId>commons-lang</groupId> 
    25             <artifactId>commons-lang</artifactId> 
    26             <version>2.5</version> 
    27         </dependency> 
    28         <dependency> 
    29             <groupId>commons-httpclient</groupId> 
    30             <artifactId>commons-httpclient</artifactId> 
    31             <version>3.1</version> 
    32         </dependency> 
    33         <dependency> 
    34                 <groupId>commons-logging</groupId> 
    35                 <artifactId>commons-logging</artifactId> 
    36                 <version>1.1</version> 
    37         </dependency> 
    38         <dependency> 
    39             <groupId>log4j</groupId> 
    40             <artifactId>log4j</artifactId> 
    41             <version>1.2.16</version> 
    42         </dependency> 
    43         <dependency> 
    44             <groupId>org.apache.sanselan</groupId> 
    45             <artifactId>sanselan</artifactId> 
    46             <version>0.97-incubator</version> 
    47         </dependency> 
    48         <dependency> 
    49             <groupId>com.drew</groupId> 
    50             <artifactId>metadata-extractor</artifactId> 
    51             <version>2.3.1</version> 
    52         </dependency> 
    53         <dependency> 
    5419            <groupId>net.iharder</groupId> 
    5520            <artifactId>filedrop</artifactId> 
    5621            <version>1.0</version> 
    57         </dependency> 
    58         <dependency> 
    59             <groupId>junit</groupId> 
    60             <artifactId>junit</artifactId> 
    61             <version>4.8.1</version> 
    6222        </dependency> 
    6323        <dependency> 
     
    6929            <groupId>fr.mael.jiwigo</groupId> 
    7030            <artifactId>jiwigo-ws-api</artifactId> 
    71             <version>0.13</version> 
     31            <version>0.13.1</version> 
    7232        </dependency> 
    7333