<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.xebialabs.deployit</groupId>
        <artifactId>middleware-plugins</artifactId>
        <version>3.9</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>stored-procedures-plugin</artifactId>
    <version>${deployit.api.version}-0</version>

    <scm>
        <connection>scm:git:git://github.com/xebialabs/community-plugins.git</connection>
        <url>scm:git:git://github.com/xebialabs/community-plugins.git</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>com.xebialabs.deployit</groupId>
            <artifactId>udm-plugin-api</artifactId>
        </dependency>
        <dependency>
            <groupId>com.xebialabs.deployit.plugins</groupId>
            <artifactId>generic-plugin</artifactId>
        </dependency>
        <dependency>
            <groupId>com.xebialabs.deployit.plugins</groupId>
            <artifactId>remoting-plugin</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>10.0.1</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.xebialabs.overthere</groupId>
            <artifactId>overthere</artifactId>
        </dependency>
    </dependencies>


</project>
