Ignore:
Timestamp:
Mar 29, 2011, 8:21:38 PM (13 years ago)
Author:
mlg
Message:

Deletion of unused libraries.

File:
1 edited

Legend:

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

    r9902 r9920  
    44  <artifactId>jiwigo-ws-api</artifactId>
    55  <version>0.2b</version>
    6 
    7 
    8 
    96  <dependencies>
    107
     
    2118        </dependency>
    2219        <dependency>
    23                 <groupId>commons-logging</groupId>
    24                 <artifactId>commons-logging</artifactId>
    25                 <version>1.1</version>
    26         </dependency>
    27         <dependency>
    28             <groupId>log4j</groupId>
    29             <artifactId>log4j</artifactId>
    30             <version>1.2.16</version>
     20                <groupId>org.slf4j</groupId>
     21                <artifactId>slf4j-api</artifactId>
     22                <version>1.6.1</version>
     23                <type>jar</type>
     24                <scope>compile</scope>
    3125        </dependency>
    3226        <dependency>
     
    3428            <artifactId>sanselan</artifactId>
    3529            <version>0.97-incubator</version>
    36         </dependency>
    37         <dependency>
    38             <groupId>com.drew</groupId>
    39             <artifactId>metadata-extractor</artifactId>
    40             <version>2.3.1</version>
    41         </dependency>
    42         <dependency>
    43             <groupId>junit</groupId>
    44             <artifactId>junit</artifactId>
    45             <version>4.8.1</version>
    46         </dependency>
    47         <dependency>
    48             <groupId>commons-beanutils</groupId>
    49             <artifactId>commons-beanutils</artifactId>
    50             <version>1.8.3</version>
    5130        </dependency>
    5231
Note: See TracChangeset for help on using the changeset viewer.