| 
    
       <?xml version="1.0" encoding="utf-8"?>
 
     | 
  
  
     | 
    
       <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">
 
     | 
  
  
     | 
    
           <modelVersion>4.0.0</modelVersion>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
           <groupId>fr.unicaen.iota</groupId>
 
     | 
  
  
     | 
    
           <artifactId>dseta</artifactId>
 
     | 
  
  
     | 
    
           <version>2.1</version>
 
     | 
  
  
     | 
    
           <packaging>war</packaging>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
           <name>DSeTa</name>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
           <properties>
 
     | 
  
  
     | 
    
               <lib-spring-version>2.5.6.SEC03</lib-spring-version>
 
     | 
  
  
     | 
    
               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     | 
  
  
     | 
    
           </properties>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
           <dependencies>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <!-- IoTa depdencies -->
 
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>fr.unicaen.iota</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>dseta-client</artifactId>
 
     | 
  
  
     | 
    
                   <version>${project.version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>fr.unicaen.iota</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>ds-commons</artifactId>
 
     | 
  
  
     | 
    
                   <version>${project.version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>fr.unicaen.iota</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>ds-xi-client</artifactId>
 
     | 
  
  
     | 
    
                   <version>${project.version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>fr.unicaen.iota</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>tau</artifactId>
 
     | 
  
  
     | 
    
                   <version>${project.version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>fr.unicaen.iota</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>mu</artifactId>
 
     | 
  
  
     | 
    
                   <version>${project.version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <!-- Spring dependencies -->
 
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>org.springframework</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>spring-beans</artifactId>
 
     | 
  
  
     | 
    
                   <version>${lib-spring-version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>org.springframework</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>spring-web</artifactId>
 
     | 
  
  
     | 
    
                   <version>${lib-spring-version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>org.springframework</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>spring-orm</artifactId>
 
     | 
  
  
     | 
    
                   <version>${lib-spring-version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>org.springframework</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>spring-jdbc</artifactId>
 
     | 
  
  
     | 
    
                   <version>${lib-spring-version}</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <!-- Other dependencies -->
 
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>javax.servlet</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>javax.servlet-api</artifactId>
 
     | 
  
  
     | 
    
                   <version>3.0.1</version>
 
     | 
  
  
     | 
    
                   <scope>provided</scope>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <!-- Log dependencies -->
 
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>commons-logging</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>commons-logging</artifactId>
 
     | 
  
  
     | 
    
                   <version>1.1.1</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>log4j</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>log4j</artifactId>
 
     | 
  
  
     | 
    
                   <version>1.2.16</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <!-- Log for ActiveMQ -->
 
     | 
  
  
     | 
    
               <dependency>
 
     | 
  
  
     | 
    
                   <groupId>org.slf4j</groupId>
 
     | 
  
  
     | 
    
                   <artifactId>slf4j-log4j12</artifactId>
 
     | 
  
  
     | 
    
                   <version>1.6.6</version>
 
     | 
  
  
     | 
    
               </dependency>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
           </dependencies>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
           <build>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               <plugins>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
                   <plugin>
 
     | 
  
  
     | 
    
                       <groupId>org.apache.maven.plugins</groupId>
 
     | 
  
  
     | 
    
                       <artifactId>maven-compiler-plugin</artifactId>
 
     | 
  
  
     | 
    
                       <version>2.5.1</version>
 
     | 
  
  
     | 
    
                       <configuration>
 
     | 
  
  
     | 
    
                           <source>1.6</source>
 
     | 
  
  
     | 
    
                           <target>1.6</target>
 
     | 
  
  
     | 
    
                       </configuration>
 
     | 
  
  
     | 
    
                   </plugin>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
                   <plugin>
 
     | 
  
  
     | 
    
                       <groupId>org.apache.maven.plugins</groupId>
 
     | 
  
  
     | 
    
                       <artifactId>maven-war-plugin</artifactId>
 
     | 
  
  
     | 
    
                       <version>2.2</version>
 
     | 
  
  
     | 
    
                       <configuration>
 
     | 
  
  
     | 
    
                               <webResources>
 
     | 
  
  
     | 
    
                                   <resource>
 
     | 
  
  
     | 
    
                                       <directory>${project.basedir}</directory>
 
     | 
  
  
     | 
    
                                       <includes>
 
     | 
  
  
     | 
    
                                           <include>LICENSE</include>
 
     | 
  
  
     | 
    
                                           <include>LISEZMOI</include>
 
     | 
  
  
     | 
    
                                           <include>README</include>
 
     | 
  
  
     | 
    
                                       </includes>
 
     | 
  
  
     | 
    
                                       <targetPath>META-INF</targetPath>
 
     | 
  
  
     | 
    
                                       <filtering>false</filtering>
 
     | 
  
  
     | 
    
                                   </resource>
 
     | 
  
  
     | 
    
                               </webResources>
 
     | 
  
  
     | 
    
                       </configuration>
 
     | 
  
  
     | 
    
                   </plugin>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
                   <plugin>
 
     | 
  
  
     | 
    
                       <groupId>org.apache.maven.plugins</groupId>
 
     | 
  
  
     | 
    
                       <artifactId>maven-assembly-plugin</artifactId>
 
     | 
  
  
     | 
    
                       <version>2.3</version>
 
     | 
  
  
     | 
    
                       <executions>
 
     | 
  
  
     | 
    
                           <execution>
 
     | 
  
  
     | 
    
                               <id>sources</id>
 
     | 
  
  
     | 
    
                               <phase>package</phase>
 
     | 
  
  
     | 
    
                               <goals>
 
     | 
  
  
     | 
    
                                   <goal>single</goal>
 
     | 
  
  
     | 
    
                               </goals>
 
     | 
  
  
     | 
    
                               <configuration>
 
     | 
  
  
     | 
    
                                   <descriptorRefs>
 
     | 
  
  
     | 
    
                                       <descriptorRef>src</descriptorRef>
 
     | 
  
  
     | 
    
                                   </descriptorRefs>
 
     | 
  
  
     | 
    
                               </configuration>
 
     | 
  
  
     | 
    
                           </execution>
 
     | 
  
  
     | 
    
                       </executions>
 
     | 
  
  
     | 
    
                   </plugin>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
               </plugins>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
           </build>
 
     | 
  
  
     | 
    
       
     | 
  
  
     | 
    
       </project>
 
     |