<?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>bbdd</artifactId>
	<version>2.19.1-SERGAS-WAS</version>
	<packaging>jar</packaging>
	<name>bbdd</name>	    
	


	<dependencies>
			
		<!-- Librerías propias -->
		<dependency><groupId>com.indra.jee.arq.spring</groupId><artifactId>arq-spring-core</artifactId></dependency>
		<dependency><groupId>com.indra.sofia2.support</groupId><artifactId>entity</artifactId></dependency>
		<dependency><groupId>com.indra.sofia2.support</groupId><artifactId>parseql</artifactId></dependency>
		<dependency><groupId>com.indra.sofia2.grid</groupId><artifactId>grid</artifactId></dependency>
		<dependency><groupId>com.indra.sofia2</groupId><artifactId>ssap</artifactId>
		<exclusions>
				<exclusion>
					<artifactId>servlet-api</artifactId>
					<groupId>javax.servlet</groupId>
				</exclusion>
			</exclusions></dependency>

		
		<!-- BDC -->
		<dependency><groupId>org.hibernate.javax.persistence</groupId><artifactId>hibernate-jpa-2.0-api</artifactId></dependency>
		
		<!-- BDTR -->
		<dependency><groupId>org.mongodb</groupId><artifactId>mongo-java-driver</artifactId></dependency>
		
		<!-- BDH -->
		<dependency><groupId>org.apache.hadoop</groupId><artifactId>hadoop-client</artifactId></dependency>
		<dependency><groupId>org.apache.hadoop</groupId><artifactId>hadoop-common</artifactId></dependency>
		<dependency><groupId>org.apache.hadoop</groupId><artifactId>hadoop-hdfs</artifactId></dependency>
		<dependency><groupId>org.apache.hive</groupId><artifactId>hive-exec</artifactId></dependency>
        <dependency><groupId>org.apache.hive</groupId><artifactId>hive-jdbc</artifactId></dependency>
        <dependency><groupId>org.apache.hive</groupId><artifactId>hive-metastore</artifactId></dependency>
        <dependency><groupId>org.apache.hive</groupId><artifactId>hive-service</artifactId></dependency>
        <dependency><groupId>org.apache.thrift</groupId><artifactId>libfb303</artifactId></dependency>
        <dependency><groupId>org.apache.thrift</groupId><artifactId>libthrift</artifactId></dependency>

		<!-- Third party libs -->
		<dependency><groupId>org.springframework.security</groupId><artifactId>spring-security-core</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-jdbc</artifactId></dependency>
		<dependency><groupId>org.springframework</groupId><artifactId>spring-beans</artifactId></dependency>
		<dependency><groupId>commons-logging</groupId><artifactId>commons-logging</artifactId></dependency>
        <dependency><groupId>log4j</groupId><artifactId>log4j</artifactId></dependency>
        <dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId></dependency>
        <dependency><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId></dependency>
        <dependency><groupId>com.fasterxml.jackson.core</groupId><artifactId>jackson-databind</artifactId></dependency>
        

	</dependencies>
</project>
