<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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.fuzzydb</groupId>
    <artifactId>org.fuzzydb.util</artifactId>
    <version>1.0.0.M1</version>
    <parent>
    	<artifactId>whirlwind-parent</artifactId>
    	<groupId>org.fuzzydb</groupId>
    	<version>1.0.0.M1</version>
    	<relativePath />
    </parent>
    <dependencies>
    	<dependency>
    		<groupId>org.springframework</groupId>
    		<artifactId>spring-core</artifactId>
    		<type>jar</type>
    		<scope>compile</scope>
    		<version>${spring.version}</version>
    	</dependency>
    </dependencies>
    
    
</project>