<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>
      <artifactId>webbeans-parent</artifactId>
      <groupId>org.jboss.webbeans</groupId>
      <version>1.0.0.PREVIEW1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.webbeans</groupId>
   <artifactId>webbeans-logging</artifactId>
   <version>1.0.0.PREVIEW1</version>
   <name>Web Beans Logging</name>
   <dependencies>

      <dependency>
         <groupId>org.testng</groupId>
         <artifactId>testng</artifactId>
         <scope>test</scope>
         <classifier>jdk15</classifier>
         <exclusions>
         	<exclusion>
         		<artifactId>junit</artifactId>
         		<groupId>junit</groupId>
         	</exclusion>
         </exclusions>
      </dependency>
      <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <optional>true</optional>
      </dependency>
      
   </dependencies>

  <scm>
    <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/webbeans-logging-1.0.0.PREVIEW1</connection>
    <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/webbeans-logging-1.0.0.PREVIEW1</developerConnection>
    <url>http://fisheye.jboss.org/browse/WebBeans/ri/tags/webbeans-logging-1.0.0.PREVIEW1</url>
  </scm>
</project>
