<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>remoting</artifactId>
    <groupId>fr.opensagres.xdocreport</groupId>
    <version>1.0.4</version>
  </parent>
  <artifactId>fr.opensagres.xdocreport.remoting.resources.services.client</artifactId>
  <dependencies>


	<dependency>
    	<groupId>fr.opensagres.xdocreport</groupId>
    	<artifactId>fr.opensagres.xdocreport.remoting.resources</artifactId>
    	<version>1.0.4</version>
    </dependency>
    
    <dependency>
      <groupId>fr.opensagres.xdocreport</groupId>
      <artifactId>fr.opensagres.xdocreport.core</artifactId>
      <version>1.0.4</version>
    </dependency>
 
    <dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-rt-frontend-jaxrs</artifactId>
      <version>2.4.0</version>
    </dependency>

	<dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-rt-frontend-jaxws</artifactId>
      <version>2.4.0</version>
    </dependency>

    <!-- test dependencies -->
	<dependency>
  		<groupId>fr.opensagres.xdocreport</groupId>
  		<artifactId>fr.opensagres.xdocreport.remoting.resources.services.server</artifactId>
  		<version>1.0.4</version>
  		<scope>test</scope>
	</dependency>
	
    <!-- Jetty is extremely convenient for testing REST and WS -->
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-server</artifactId>
      <version>7.4.2.v20110526</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-servlet</artifactId>
      <version>7.4.2.v20110526</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-webapp</artifactId>
      <version>7.4.2.v20110526</version>
      <scope>test</scope>
    </dependency>

    
  </dependencies>
</project>