<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.4.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>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>
	<version>1.3.4-jboss-update1</version>
      </dependency>
      <dependency>
        <groupId>i18nlog</groupId>
	<artifactId>i18nlog</artifactId>
	<version>1.0.10</version>
      </dependency>
      <dependency>
        <groupId>commons-logging</groupId>
	<artifactId>commons-logging</artifactId>
	<version>1.1.0.jboss</version>
      </dependency>
      <dependency>
        <groupId>log4j</groupId>
	<artifactId>log4j</artifactId>
	<version>1.2.14</version>
      </dependency>
   </dependencies>

</project>
