Changeset 5610


Ignore:
Timestamp:
08/26/14 12:42:03 (10 years ago)
Author:
Twan Goosen
Message:

updated dependencies, removed one unused dependency and bridged commons logging with SLF4J

File:
1 edited

Legend:

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

    r5596 r5610  
    8282            <version>${slf4j.version}</version>
    8383        </dependency>
     84       
     85        <dependency>
     86            <groupId>org.slf4j</groupId>
     87            <artifactId>jcl-over-slf4j</artifactId>
     88            <version>${slf4j.version}</version>
     89        </dependency>       
    8490
    8591        <dependency>
     
    9096
    9197        <dependency>
    92             <groupId>commons-codec</groupId>
    93             <artifactId>commons-codec</artifactId>
    94             <type>jar</type>
    95         </dependency>
    96 
    97         <dependency>
    9898            <groupId>org.codehaus.woodstox</groupId>
    9999            <artifactId>woodstox-core-asl</artifactId>
    100             <version>4.0.8</version>
     100            <version>4.0.11</version>
    101101            <type>jar</type>
    102102            <scope>compile</scope>
     
    189189            <artifactId>clarin.webservices.pidservices2</artifactId>
    190190            <version>2.1.0</version>
     191            <exclusions>
     192                <exclusion>
     193                    <!-- replaced with jcl-over-slf4j -->
     194                    <artifactId>commons-logging</artifactId>
     195                    <groupId>commons-logging</groupId>
     196                </exclusion>
     197            </exclusions>
    191198        </dependency>
    192199
     
    194201            <groupId>org.apache.httpcomponents</groupId>
    195202            <artifactId>httpclient</artifactId>
    196             <version>4.3.4</version>
    197             <type>jar</type>
     203            <version>4.3.5</version>
     204            <type>jar</type>
     205            <exclusions>
     206                <exclusion>
     207                    <artifactId>commons-logging</artifactId>
     208                    <groupId>commons-logging</groupId>
     209                </exclusion>
     210            </exclusions>
    198211        </dependency>
    199212       
     
    252265            <groupId>mysql</groupId>
    253266            <artifactId>mysql-connector-java</artifactId>
    254             <version>5.1.13</version>
     267            <version>5.1.32</version>
    255268            <type>jar</type>
    256269        </dependency>
     
    260273            <artifactId>mpgaai-shhaa</artifactId>
    261274            <version>1.0.5</version>
     275            <exclusions>
     276                <exclusion>
     277                    <!-- replaced with jcl-over-slf4j -->
     278                    <artifactId>commons-logging</artifactId>
     279                    <groupId>commons-logging</groupId>
     280                </exclusion>
     281            </exclusions>
    262282        </dependency>
    263283
     
    267287            <version>${spring.version}</version>
    268288            <type>jar</type>
     289            <exclusions>
     290                <exclusion>
     291                    <!-- replaced with jcl-over-slf4j -->
     292                    <artifactId>commons-logging</artifactId>
     293                    <groupId>commons-logging</groupId>
     294                </exclusion>
     295            </exclusions>
    269296        </dependency>
    270297
     
    304331            <groupId>net.sf.saxon</groupId>
    305332            <artifactId>Saxon-HE</artifactId>
    306             <version>9.5.1-5</version>
     333            <version>9.5.1-6</version>
    307334            <scope>runtime</scope>
    308335            <classifier>compressed</classifier>
     
    333360            <groupId>org.hsqldb</groupId>
    334361            <artifactId>hsqldb</artifactId>
    335             <version>2.0.0</version>
     362            <version>2.3.2</version>
    336363            <type>jar</type>
    337364            <scope>test</scope>
     
    357384            <groupId>net.bull.javamelody</groupId>
    358385            <artifactId>javamelody-core</artifactId>
    359             <version>1.51.0</version>
     386            <version>1.52.0</version>
    360387            <exclusions>
    361388                <exclusion>
     
    467494                <groupId>org.bsc.maven</groupId>
    468495                <artifactId>maven-processor-plugin</artifactId>
    469                 <version>2.0.0</version>
     496                <version>2.2.4</version>
    470497                <executions>
    471498                    <execution>
     
    514541                <groupId>org.codehaus.mojo</groupId>
    515542                <artifactId>build-helper-maven-plugin</artifactId>
    516                 <version>1.3</version>
     543                <version>1.9</version>
    517544                <executions>
    518545                    <execution>
     
    537564                <groupId>org.apache.maven.plugins</groupId>
    538565                <artifactId>maven-compiler-plugin</artifactId>
    539                 <version>2.3.2</version>
     566                <version>2.5.1</version>
    540567                <configuration>
    541568                    <source>${maven.compiler.source}</source>
Note: See TracChangeset for help on using the changeset viewer.