<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
  © Indra Sistemas, S.A.
  2013 - 2014  SPAIN
  
  All rights reserved
-->
<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>com.indra.sofia2</groupId>
		<artifactId>support</artifactId>
		<version>2.19.1-SERGAS-WAS</version>
	</parent>
	<groupId>com.indra.sofia2.support</groupId>
	<artifactId>util</artifactId>
	<version>2.19.1-SERGAS-WAS</version>
	<packaging>jar</packaging>
	<name>util</name>
	
	<dependencies>
		<dependency><groupId>com.indra.sofia2.support</groupId><artifactId>parseql</artifactId></dependency>
		<dependency><groupId>com.indra.sofia2.support</groupId><artifactId>bbdd</artifactId></dependency>
		<dependency><groupId>org.springframework.roo</groupId><artifactId>org.springframework.roo.annotations</artifactId><scope>provided</scope></dependency>
		<dependency><groupId>org.springframework</groupId><artifactId>spring-jms</artifactId></dependency>
		
		<dependency><groupId>javax.servlet</groupId><artifactId>servlet-api</artifactId><scope>provided</scope></dependency>
		<!-- JSON-SCHEMA-VALIDATOR -->
		<dependency><groupId>com.github.fge</groupId><artifactId>json-schema-validator</artifactId></dependency>
		<!-- GOOGLE CORE -->
		<dependency><groupId>com.googlecode.libphonenumber</groupId><artifactId>libphonenumber</artifactId></dependency>
		<!--  JAVASCRIPT -->
		<dependency><groupId>org.mozilla</groupId><artifactId>rhino</artifactId><version>1.7R4</version></dependency>
        <!--  JAVAMAIL -->
        <dependency><groupId>javax.mail</groupId><artifactId>mail</artifactId></dependency>
		<!--  THYMELEAF (email templates) -->
		<dependency><groupId>org.thymeleaf</groupId><artifactId>thymeleaf</artifactId></dependency>
		<dependency><groupId>org.thymeleaf</groupId><artifactId>thymeleaf-spring3</artifactId></dependency>
		<!--  HYSTRIX -->

		<dependency><groupId>com.netflix.hystrix</groupId><artifactId>hystrix-core</artifactId></dependency>
		
        <dependency><groupId>oauth.signpost</groupId><artifactId>signpost-core</artifactId></dependency> 
        <dependency><groupId>oauth.signpost</groupId><artifactId>signpost-commonshttp4</artifactId></dependency> 	
        <!-- DWR --><!-- incorporacion de DWR -->
        <dependency><groupId>com.indra.jee.arq.spring.integraciones</groupId><artifactId>dwr</artifactId></dependency>
        <dependency>
            <groupId>org.json</groupId>
            <artifactId>json</artifactId>
            <version>20090211</version>
        </dependency>
        <!-- activeMQ --> 
        <dependency><groupId>org.apache.activemq</groupId><artifactId>activemq-all</artifactId></dependency>
        <!-- JAXB -->
        <dependency><groupId>com.sun.xml.bind</groupId><artifactId>jaxb-xjc</artifactId><version>2.1.6</version></dependency>           
        <!-- Atmosphere -->
        <dependency><groupId>org.atmosphere</groupId><artifactId>atmosphere-runtime</artifactId></dependency>	
        <dependency><groupId>org.atmosphere</groupId><artifactId>atmosphere-compat-jbossweb</artifactId></dependency>
        <dependency><groupId>org.atmosphere</groupId><artifactId>atmosphere-compat-tomcat</artifactId></dependency>
        
        <!-- Testing -->
		<dependency><groupId>junit</groupId><artifactId>junit</artifactId><scope>test</scope></dependency>
		<dependency><groupId>org.springframework</groupId><artifactId>spring-test</artifactId><scope>test</scope></dependency>
		<dependency><groupId>com.indra.sofia2.grid</groupId><artifactId>grid_clientbdtr</artifactId><version>${project.version}</version>
		</dependency>
	</dependencies>
</project>

