<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
  <parent>
    <groupId>org.bluestemsoftware.open.eoa.ext</groupId>
    <artifactId>extensions-trunk</artifactId>
    <version>1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>commons-http-client</artifactId>
  <version>0.8.0.1</version>
  <name>commons-http-client</name>
  <packaging>eoa-feature</packaging>
  <url>http://treleis.org</url>
  <build>
    <plugins>
      <plugin>
        <groupId>org.bluestemsoftware.open.maven.plugin</groupId>
        <artifactId>maven-eoa-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <installExplodedForm>true</installExplodedForm>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>2.4</version>
        <configuration>
          <skip>true</skip>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>com.google.code.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <configuration>
          <properties>
            <year>2008</year>
          </properties>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <!-- ************************ test dependencies ******************************** -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.bluestemsoftware.open.eoa.ext</groupId>
      <artifactId>ext-system-test</artifactId>
      <version>0.8.0.1</version>
      <scope>test</scope>
    </dependency>
    <!-- ********************** provided dependencies ****************************** -->
    <dependency>
      <groupId>org.bluestemsoftware.specification.eoa</groupId>
      <artifactId>specification-eoa-api</artifactId>
      <version>0.8.0.1</version>
      <scope>system</scope>
      <systemPath>${env.TRELEIS_HOME}/repository/org/bluestemsoftware/specification/eoa/specification-eoa-api/0.8.0.1/specification-eoa-api-0.8.0.1.jar</systemPath>
    </dependency>
    <!-- *********************** shared dependencies ******************************* -->
    <dependency>
      <groupId>org.bluestemsoftware.specification.eoa.ext</groupId>
      <artifactId>specification-eoa-ext-api</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-servlet_2.5_spec</artifactId>
      <scope>provided</scope>
    </dependency>
    <!-- *********************** scoped dependencies ******************************* -->
    <dependency>
      <groupId>org.bluestemsoftware.open.eoa.shared</groupId>
      <artifactId>open-eoa-commons</artifactId>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.bluestemsoftware.open.maven.tparty</groupId>
      <artifactId>xerces-impl</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
      <optional>true</optional>
      <exclusions>
        <exclusion>
          <groupId>xml-apis</groupId>
          <artifactId>xml-apis</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
      <optional>true</optional>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring</artifactId>
      <version>2.0.5</version>
      <scope>compile</scope>
      <optional>true</optional>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.xbean</groupId>
      <artifactId>xbean-spring</artifactId>
      <version>2.8</version>
      <scope>compile</scope>
      <optional>true</optional>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <!-- *********************** feature dependencies ****************************** -->
    <dependency>
      <groupId>org.bluestemsoftware.open.eoa.ext</groupId>
      <artifactId>jmx-server-default</artifactId>
      <version>0.8.0.1</version>
      <scope>runtime</scope>
      <type>eoa-feature</type>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
