<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>datatable-autocomplete-parent</artifactId>
    <groupId>org.wicketstuff</groupId>
    <version>1.5-RC5.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>datatable-autocomplete-common</artifactId>
  <name>Datatable Autocomplete Common</name>
  
  <description>This module provides the Patricia Trie implementation.  It is seperated from the main datatable-autocomplete module to allow reuse in non wicket environments.</description>
  
  <dependencies>
  	<dependency>
  		<groupId>junit</groupId>
  		<artifactId>junit</artifactId>
  	</dependency>
  	<dependency>
  		<groupId>org.slf4j</groupId>
  		<artifactId>slf4j-log4j12</artifactId>
  		<scope>test</scope>
  	</dependency>
  	<dependency>
  		<groupId>commons-collections</groupId>
  		<artifactId>commons-collections</artifactId>
  		<scope>test</scope>
  	</dependency>
  
  </dependencies>
</project>
