<?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</groupId>
		<artifactId>sofia2</artifactId>
		<version>2.21.0</version>
	</parent>
    <groupId>com.indra.sofia2</groupId>
    <artifactId>ssap</artifactId>
    <version>2.21.0</version>

    <packaging>jar</packaging>
    <name>ssap</name>
    <dependencies>
    	<!-- JSONDOC -->
    	<dependency><groupId>org.jsondoc</groupId><artifactId>jsondoc-core</artifactId></dependency>
		 <!-- MQTT -->   
        <dependency><groupId>org.fusesource.mqtt-client</groupId><artifactId>mqtt-client</artifactId></dependency>   
        <dependency><groupId>org.fusesource.hawtdb</groupId><artifactId>hawtdb</artifactId></dependency>      
        <dependency><groupId>org.fusesource.hawtbuf</groupId><artifactId>hawtbuf</artifactId></dependency>
		<!-- Atmosphere websockets -->
		<dependency><groupId>org.atmosphere</groupId><artifactId>wasync</artifactId></dependency>
		
		<dependency><groupId>net.sf.flexjson</groupId><artifactId>flexjson</artifactId></dependency>
		<dependency><groupId>com.sun.jersey</groupId><artifactId>jersey-core</artifactId></dependency>
		<dependency><groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId></dependency>
		<dependency><groupId>commons-codec</groupId><artifactId>commons-codec</artifactId></dependency>
		
		<dependency><groupId>org.codehaus.jackson</groupId><artifactId>jackson-jaxrs</artifactId></dependency>
		<dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-rt-frontend-jaxrs</artifactId></dependency>
		
		<dependency><groupId>org.springframework</groupId><artifactId>spring-aspects</artifactId></dependency>
		<dependency><groupId>org.springframework</groupId><artifactId>spring-tx</artifactId></dependency>
		<dependency><groupId>org.aspectj</groupId><artifactId>aspectjrt</artifactId></dependency>
		<dependency><groupId>org.hibernate.javax.persistence</groupId><artifactId>hibernate-jpa-2.0-api</artifactId></dependency>
		
		<dependency><groupId>junit</groupId><artifactId>junit</artifactId><scope>test</scope></dependency>
		<dependency><groupId>org.springframework</groupId><artifactId>spring-test</artifactId><scope>test</scope></dependency>
    </dependencies>
    
    <build>
		<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>aspectj-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
</project>
