<?xml version='1.0' encoding='UTF-8'?>
<!-- $Id: pom.xml 891 2010-11-22 07:16:13Z hohwille $ -->
<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>net.sf.m-m-m</groupId>
    <artifactId>mmm-search-engine</artifactId>
    <version>1.0.0</version>
  </parent>
  <artifactId>mmm-search-engine-api</artifactId>
  <version>1.0.0</version>
  <packaging>jar</packaging>
  <name>search-engine-api</name>
  <description>This project provides the API and base implementation of the search-engine.</description>
  
  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>mmm-util-core</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>3.0.3.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>    
  </dependencies>
</project>
