Changeset 1710


Ignore:
Timestamp:
2010-09-16 13:29:02 (3 years ago)
Author:
mpo
Message:

Another update for the restlet.org dependency.
This one has a correct jetty dependency listed in the poms.
(this is also precisely the jetty version that was already favoured in the kauri-runtime pom)

Note though: http://restlet.tigris.org/issues/show_bug.cgi?id=1184

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/kauri-runtime/pom.xml

    r1697 r1710  
    7373      <groupId>org.restlet.jse</groupId> 
    7474      <artifactId>org.restlet.ext.jetty</artifactId> 
    75       <exclusions> 
    76         <exclusion> 
    77           <groupId>org.eclipse.jetty</groupId> 
    78           <artifactId>jetty-ajp</artifactId> 
    79         </exclusion> 
    80         <exclusion> 
    81           <groupId>org.eclipse.jetty</groupId> 
    82           <artifactId>jetty-continuation</artifactId> 
    83         </exclusion> 
    84         <exclusion> 
    85           <groupId>org.eclipse.jetty</groupId> 
    86           <artifactId>jetty-http</artifactId> 
    87         </exclusion> 
    88         <exclusion> 
    89           <groupId>org.eclipse.jetty</groupId> 
    90           <artifactId>jetty-io</artifactId> 
    91         </exclusion> 
    92         <exclusion> 
    93           <groupId>org.eclipse.jetty</groupId> 
    94           <artifactId>jetty-server</artifactId> 
    95         </exclusion> 
    96         <exclusion> 
    97           <groupId>org.eclipse.jetty</groupId> 
    98           <artifactId>jetty-util</artifactId> 
    99         </exclusion> 
    100       </exclusions> 
    10175    </dependency> 
    10276 
    103     <!-- Use a newer Jetty with Restlet --> 
    104     <dependency> 
    105       <groupId>org.eclipse.jetty</groupId> 
    106       <artifactId>jetty-ajp</artifactId> 
    107       <version>7.1.6.v20100715</version> 
    108     </dependency> 
    109     <dependency> 
    110       <groupId>org.eclipse.jetty</groupId> 
    111       <artifactId>jetty-continuation</artifactId> 
    112       <version>7.1.6.v20100715</version> 
    113     </dependency> 
    114     <dependency> 
    115       <groupId>org.eclipse.jetty</groupId> 
    116       <artifactId>jetty-http</artifactId> 
    117       <version>7.1.6.v20100715</version> 
    118     </dependency> 
    119     <dependency> 
    120       <groupId>org.eclipse.jetty</groupId> 
    121       <artifactId>jetty-io</artifactId> 
    122       <version>7.1.6.v20100715</version> 
    123     </dependency> 
    124     <dependency> 
    125       <groupId>org.eclipse.jetty</groupId> 
    126       <artifactId>jetty-server</artifactId> 
    127       <version>7.1.6.v20100715</version> 
    128     </dependency> 
    129     <dependency> 
    130       <groupId>org.eclipse.jetty</groupId> 
    131       <artifactId>jetty-util</artifactId> 
    132       <version>7.1.6.v20100715</version> 
    133     </dependency> 
    13477    <dependency> 
    13578      <groupId>org.apache.commons</groupId> 
  • trunk/pom.xml

    r1706 r1710  
    88    <version.springframework>2.5.6</version.springframework> 
    99    <version.springsecurity>2.0.3</version.springsecurity> 
    10     <version.restlet>svn6875</version.restlet> 
     10    <version.restlet>svn6889</version.restlet> 
    1111    <version.slf4j>1.6.1</version.slf4j> 
    1212    <version.jaxrs>1.0</version.jaxrs> 
Note: See TracChangeset for help on using the changeset viewer.