<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
  <parent>
    <groupId>org.bluestemsoftware.eoa.apis</groupId>
    <artifactId>apis-trunk</artifactId>
    <version>1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.bluestemsoftware.open.eoa.application.spring</groupId>
  <artifactId>spring-application-api</artifactId>
  <packaging>jar</packaging>
  <version>0.8.2.1</version>
  <name>spring-application-api</name>
  <build>
    <plugins>
      <plugin>
        <groupId>com.google.code.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.3.0</version>
        <executions>
          <execution>
            <id>id1</id>
            <phase>verify</phase>
            <goals>
              <goal>check</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <excludes>
            <exclude>**/http.www.springframework.org.schema.beans.xsd</exclude>
          </excludes>
          <includes>
            <include>**/*.java</include>
            <include>**/*.xsd</include>
          </includes>
          <properties>
            <year>2008</year>
          </properties>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.bluestemsoftware.specification.eoa</groupId>
      <artifactId>specification-eoa-api</artifactId>
      <version>0.8.2.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.bluestemsoftware.specification.eoa.ext</groupId>
      <artifactId>specification-eoa-ext-api</artifactId>
      <version>0.8.2.1</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
