<?xml version="1.0" encoding="UTF-8"?>

<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>spring-magic-build</artifactId>
        <groupId>cn.sexycode</groupId>
        <version>0.0.1</version>
        <relativePath>../spring-magic-build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>spring-magic-core</artifactId>

    <name>spring-magic-core</name>

    <dependencies>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>cn.sexycode</groupId>
            <artifactId>springo-test</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
