Show
Ignore:
Timestamp:
08/21/08 15:25:34 (5 months ago)
Author:
arneke
Message:

Tons of minor tweaks and fixes. Separated out the XStream stuff a bit more. Cleaned up dependencies.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/pom.xml

    r328 r338  
    180180      <version>${spring.version}</version> 
    181181    </dependency> 
     182    <!-- This is for Acegi --> 
     183    <dependency> 
     184      <groupId>org.springframework</groupId> 
     185      <artifactId>spring-jdbc</artifactId> 
     186      <version>${spring.version}</version> 
     187    </dependency> 
     188 
     189 
     190 
    182191     
    183192    <!--  Jetty starter dependencies --> 
     
    271280      <artifactId>acegi-security</artifactId> 
    272281      <version>${acegi.version}</version> 
    273     </dependency> 
    274  
     282      <exclusions> 
     283        <exclusion> 
     284          <groupId>org.springframework</groupId> 
     285          <artifactId>spring-remoting</artifactId> 
     286        </exclusion> 
     287        <exclusion> 
     288          <groupId>org.springframework</groupId> 
     289          <artifactId>spring-jdbc</artifactId> 
     290        </exclusion> 
     291        <exclusion> 
     292          <groupId>org.springframework</groupId> 
     293          <artifactId>spring-support</artifactId> 
     294        </exclusion> 
     295      </exclusions> 
     296    </dependency> 
     297     
    275298    <dependency> 
    276299      <groupId>org.codehaus.jettison</groupId> 
     
    321344      </plugin> 
    322345 
    323  
    324       <!-- plugin> 
     346      <!-- 
     347      <plugin> 
    325348           <artifactId>maven-war-plugin</artifactId> 
    326349           <executions> 
     
    332355             </execution> 
    333356           </executions> 
    334       </plugin --> 
    335        
     357      </plugin> 
     358      --> 
    336359      <plugin> 
    337360        <artifactId>maven-source-plugin</artifactId>