<?xml version="1.0"?>
<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"
	xmlns:pom="http://maven.apache.org/POM/4.0.0">
	<parent>
		<artifactId>ETC</artifactId>
		<groupId>org.cnrs.lam.dis</groupId>
		<version>1.0.0</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>ETC-UI</artifactId>
	<name>ETC-UI</name>
	<build>

		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.2</version>
				<configuration>
					<source>1.8</source>
					<target>1.8</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<version>2.3.1</version>
				<executions>
					<execution>
						<goals>
							<goal>test-jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>org.cnrs.lam.dis</groupId>
			<artifactId>ETC-DataModel</artifactId>
			<version>1.0.0</version>
		</dependency>
		<dependency>
			<groupId>org.cnrs.lam.dis</groupId>
			<artifactId>ETC-Configuration</artifactId>
			<version>1.0.0</version>
		</dependency>
		<dependency>
			<groupId>org.cnrs.lam.cesam.vo</groupId>
			<artifactId>drag-and-drop</artifactId>
			<version>0.0.3</version>
		</dependency>
		<dependency>
			<groupId>cds.savot</groupId>
			<artifactId>savot-model</artifactId>
			<version>2.6</version>
		</dependency>
		<dependency>
			<groupId>cds.savot</groupId>
			<artifactId>savot-pullengine</artifactId>
			<version>2.6</version>
		</dependency>
		<dependency>
			<groupId>cds.savot</groupId>
			<artifactId>savot-writer</artifactId>
			<version>2.6</version>
		</dependency>
		<dependency>
			<groupId>jfree</groupId>
			<artifactId>jfreechart</artifactId>
			<version>1.0.13</version>
		</dependency>
		<dependency>
			<groupId>jfree</groupId>
			<artifactId>jcommon</artifactId>
			<version>1.0.15</version>
		</dependency>
		<!-- Testing dependencies -->
		<dependency>
			<groupId>org.cnrs.lam.dis</groupId>
			<artifactId>ETC-DataModel</artifactId>
			<version>1.0.0</version>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.easytesting</groupId>
			<artifactId>fest-swing</artifactId>
			<version>1.2.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.swinglabs</groupId>
			<artifactId>swing-layout</artifactId>
			<version>1.0.3</version>
		</dependency>
		<dependency>
			<groupId>org.json</groupId>
			<artifactId>json</artifactId>
			<version>20140107</version>
		</dependency>
		<dependency>
			<!-- jsoup HTML parser library @ http://jsoup.org/ -->
			<groupId>org.jsoup</groupId>
			<artifactId>jsoup</artifactId>
			<version>1.9.2</version>
		</dependency>

	</dependencies>
	<properties>
		<maven.test.skip>true</maven.test.skip>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<repositories>
		<repository>
			<id>lam</id>
			<name>LAM</name>
			<url>https://cesam.lam.fr/Apps/maven/repository/releases</url>
		</repository>
	</repositories>
</project>
