<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.gatein.pc</groupId>
     <artifactId>module-parent</artifactId>
     <version>2.1.0-Beta01</version>
     <relativePath>../build/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.gatein.pc</groupId>
  <artifactId>pc-api</artifactId>
  <packaging>jar</packaging>
  <name>GateIn - Portlet Container (api)</name>

  <dependencies>
    <dependency>
       <groupId>org.gatein.common</groupId>
       <artifactId>common-common</artifactId>
    </dependency>
    <dependency>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-wci</artifactId>
    </dependency>
    <dependency>
       <groupId>sun-jaxb</groupId>
       <artifactId>jaxb-api</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>
