<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <relativePath>../../</relativePath>
    <groupId>it.saga.pubblici</groupId>
    <artifactId>finanziaria-tesorieri</artifactId>
    <version>2.0.50.0000</version>
  </parent>
  <groupId>it.saga.pubblici</groupId>
  <artifactId>TES-client</artifactId>
  <packaging>pom</packaging>
  <version>2.0.50.0000</version>
  <properties>
    <!--<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>-->
    <project.build.sourceEncoding>ISO8859-1</project.build.sourceEncoding>
    <appPrefix>TES</appPrefix>
  </properties>
  <name>TES-client</name>
  <modules>
    <module>client</module>
  </modules>
  <dependencies>
    <dependency>
      <groupId>it.saga.extern.lib</groupId>
      <artifactId>j2ee</artifactId>
      <type>pom</type>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>activation-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>organigramma-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>digitalsignature-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>repository-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>authentication-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>baseForms-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>callback-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>common-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>commonDataTypes-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>configuration-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>controls-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>controls-grid-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>controls-treeView-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>expressions-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>localization-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>logging-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>messages-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>territorio-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.library</groupId>
      <artifactId>workflow-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>anagrafeUnica-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>delibere-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>menu-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>pagamenti-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>utentiruoli-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>finanziaria-client</artifactId>
    </dependency>
    <dependency>
      <groupId>it.saga.extern.lib</groupId>
      <artifactId>jdevrt</artifactId>
      <type>pom</type>
    </dependency>
    <dependency>
      <groupId>it.saga.extern.lib</groupId>
      <artifactId>jsuite</artifactId>
      <type>pom</type>
    </dependency>
    <dependency>
      <groupId>it.saga.pubblici</groupId>
      <artifactId>tesoreriainformatica-client</artifactId>
    </dependency>
    <!-- Per test -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>3.2.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.10.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-api-easymock</artifactId>
      <version>1.6.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock.tests</groupId>
      <artifactId>powermock-tests-utils</artifactId>
      <version>1.6.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-api-mockito</artifactId>
      <version>1.6.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-module-junit4</artifactId>
      <version>1.6.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.9.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.javassist</groupId>
      <artifactId>javassist</artifactId>
      <version>3.18.2-GA</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>