Changeset 5087


Ignore:
Timestamp:
04/28/14 15:18:33 (10 years ago)
Author:
Twan Goosen
Message:

removed some unused dependencies, updated version of melody monitoring

Location:
vlo/branches/vlo-3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-importer/pom.xml

    r4480 r5087  
    160160        </dependency>
    161161        <dependency>
    162             <groupId>org.mortbay.jetty</groupId>
    163             <artifactId>jetty</artifactId>
    164             <version>6.1.4</version>
    165             <scope>test</scope>
    166         </dependency>
    167         <dependency>
    168             <groupId>org.mortbay.jetty</groupId>
    169             <artifactId>jetty-util</artifactId>
    170             <version>6.1.4</version>
    171             <scope>test</scope>
    172         </dependency>
    173         <dependency>
    174             <groupId>org.mortbay.jetty</groupId>
    175             <artifactId>jetty-management</artifactId>
    176             <version>6.1.4</version>
    177             <scope>test</scope>
    178         </dependency>
    179         <dependency>
    180162            <groupId>com.ximpleware</groupId>
    181163            <artifactId>vtd-xml</artifactId>
  • vlo/branches/vlo-3.0/vlo-web-app/pom.xml

    r4979 r5087  
    148148        </dependency>
    149149        <dependency>
     150            <groupId>com.sun.jersey</groupId>
     151            <artifactId>jersey-client</artifactId>
     152            <version>1.17.1</version>
     153        </dependency>
     154        <dependency>
    150155            <groupId>org.apache.commons</groupId>
    151156            <artifactId>commons-lang3</artifactId>
     
    158163                <groupId>net.bull.javamelody</groupId>
    159164                <artifactId>javamelody-core</artifactId>
    160                 <version>1.49.0</version>
     165                <version>1.50.0</version>
    161166                <exclusions>
    162167                    <exclusion>
     
    169174                    </exclusion>
    170175                </exclusions>
    171         </dependency>
    172         <dependency>
    173             <groupId>com.sun.jersey</groupId>
    174             <artifactId>jersey-client</artifactId>
    175             <version>1.17.1</version>
    176176        </dependency>
    177177    </dependencies>
Note: See TracChangeset for help on using the changeset viewer.