<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">
  <parent>
    <groupId>org.jboss.fresh</groupId>
    <artifactId>fresh-root</artifactId>
    <version>1.0.0.Alpha1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.fresh</groupId>
  <artifactId>fresh-threadpool</artifactId>
  <packaging>jar</packaging>
  <name>JBoss Fresh - Threadpool</name>
  <url>http://www.jboss.org/fresh</url>
  <description>JBoss Fresh - Threadpool</description>

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>

      <dependency>
        <groupId>apache-log4j</groupId>
        <artifactId>log4j</artifactId>
        <scope>provided</scope>
      </dependency>
  </dependencies>
  
</project>