Changeset 5988


Ignore:
Timestamp:
02/17/15 15:35:38 (9 years ago)
Author:
Twan Goosen
Message:

Updated dependencies:

  • Wicket -> 6.19.0
  • Spring -> 3.2.13
  • Jersey client -> 1.18.3
  • Guava -> 1.18
  • SLF4J-> 1.7.10

as well as JUnit, Jetty,Javamelody,JavaNCSS

Refs #541

Location:
vlo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/pom.xml

    r5908 r5988  
    2929    <properties>
    3030        <solr.version>4.8.1</solr.version>
    31         <slf4j.version>1.7.7</slf4j.version>
     31        <slf4j.version>1.7.10</slf4j.version>
    3232        <saxon.version>9.5.1-8</saxon.version>
    3333        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     
    4545            <groupId>junit</groupId>
    4646            <artifactId>junit</artifactId>
    47             <version>4.11</version>
     47            <version>4.12</version>
    4848            <scope>test</scope>
    4949        </dependency>
     
    5555                <groupId>org.codehaus.mojo</groupId>
    5656                <artifactId>javancss-maven-plugin</artifactId>
    57                 <version>2.0</version>
     57                <version>2.1</version>
    5858            </plugin>
    5959        </plugins>
  • vlo/trunk/vlo-web-app/pom.xml

    r5987 r5988  
    2020    <properties>
    2121        <wicket.version>6.19.0</wicket.version>
    22         <spring.version>3.2.9.RELEASE</spring.version>
    23         <jetty.version>8.1.15.v20140411</jetty.version>
     22        <spring.version>3.2.13.RELEASE</spring.version>
     23        <jetty.version>8.1.16.v20140903</jetty.version>
    2424        <!-- selects the appender for the log4j root logger -->
    2525        <log4j.appender>File</log4j.appender>
     
    139139            <groupId>com.google.guava</groupId>
    140140            <artifactId>guava</artifactId>
    141             <version>17.0</version>
     141            <version>18.0</version>
    142142        </dependency>
    143143        <dependency>
     
    150150            <groupId>com.sun.jersey</groupId>
    151151            <artifactId>jersey-client</artifactId>
    152             <version>1.18.1</version>
     152            <version>1.18.3</version>
    153153        </dependency>
    154154        <dependency>
     
    163163            <groupId>net.bull.javamelody</groupId>
    164164            <artifactId>javamelody-core</artifactId>
    165             <version>1.51.0</version>
     165            <version>1.55.0</version>
    166166            <exclusions>
    167167                <exclusion>
Note: See TracChangeset for help on using the changeset viewer.