<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>2.0.1</version>
  </parent>
  <artifactId>fr.opensagres.xdocreport.remoting.resources.services.server</artifactId>
  <dependencies>
 
    <dependency>
      <groupId>fr.opensagres.xdocreport</groupId>
      <artifactId>fr.opensagres.xdocreport.core</artifactId>
      <version>2.0.1</version>
    </dependency>
 
    <dependency>
    	<groupId>fr.opensagres.xdocreport</groupId>
    	<artifactId>fr.opensagres.xdocreport.remoting.resources</artifactId>
    	<version>2.0.1</version>
    </dependency>
    
    <dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>com.fasterxml.jackson.jaxrs</groupId>
			<artifactId>jackson-jaxrs-json-provider</artifactId>
			<version>2.6.2</version>
		</dependency>
		<dependency>
			<groupId>com.fasterxml.jackson.dataformat</groupId>
			<artifactId>jackson-dataformat-xml</artifactId>
			<version>2.6.2</version>
		</dependency>
  
  </dependencies>
  	
</project>
