<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">

   <modelVersion>4.0.0</modelVersion>

   <parent>
      <groupId>org.rhq</groupId>
      <artifactId>rhq-parent</artifactId>
      <version>4.7.0</version>
      <relativePath>../../../../pom.xml</relativePath>
   </parent>

   <artifactId>remote-client-deps</artifactId>
   <packaging>pom</packaging>
   <name>RHQ Remote Client Dependencies</name>

   <dependencies>
      <dependency>
         <groupId>${project.groupId}</groupId>
	     <artifactId>rhq-remoting-client-api</artifactId>
    	 <version>${project.version}</version>
	   	 <exclusions>
           <exclusion>
	         <groupId>com.google.gwt</groupId>
	         <artifactId>gwt-user</artifactId>
	       </exclusion>
           <exclusion>
	         <groupId>javax.xml.bind</groupId>
	         <artifactId>jaxb-api</artifactId>
	       </exclusion>
       <exclusion>
         <groupId>antlr</groupId>
         <artifactId>antlr</artifactId>
       </exclusion>
       <exclusion>
	     <groupId>org.antlr</groupId>
	     <artifactId>antlr</artifactId>
	   </exclusion>
           <exclusion>
	     <groupId>hibernate-annotations</groupId>
	     <artifactId>hibernate-annotations</artifactId>
	   </exclusion>
           <exclusion>
	     <groupId>com.jcraft</groupId>
	     <artifactId>jsch</artifactId>
	   </exclusion>
	 </exclusions>
      </dependency>

    <dependency>
      <groupId>oswego-concurrent</groupId>
	  <artifactId>concurrent</artifactId>
    </dependency>

    <dependency>
      <groupId>i18nlog</groupId>
	  <artifactId>i18nlog</artifactId>
    </dependency>

    <dependency>
      <groupId>commons-logging</groupId>
	  <artifactId>commons-logging</artifactId>
    </dependency>

    <dependency>
      <groupId>log4j</groupId>
	  <artifactId>log4j</artifactId>
    </dependency>
  </dependencies>
</project>
