~aero-fox/aerofox-themis/themisFusionClean

1 by Zipou
Remise à plat de la branche...
1
<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">
2
  <parent>
3
    <artifactId>themis</artifactId>
4
    <groupId>org.aerofox</groupId>
5
    <version>0.2-SNAPSHOT</version>
6
  </parent>
7
  <modelVersion>4.0.0</modelVersion>
8
  <groupId>org.aerofox</groupId>
9
  <artifactId>themis-core-api</artifactId>
10
  <name>Themis Core API</name>
11
  <version>0.2-SNAPSHOT</version>
12
  <description>The API for Themis Core</description>
13
  <dependencies>
14
  	<dependency>
15
  		<groupId>commons-logging</groupId>
16
  		<artifactId>commons-logging</artifactId>
17
  		<version>1.1.1</version>
18
  		<type>jar</type>
19
  		<scope>compile</scope>
20
  	</dependency>
21
  	<dependency>
22
  		<groupId>commons-configuration</groupId>
23
  		<artifactId>commons-configuration</artifactId>
24
  		<version>1.6</version>
25
  		<type>jar</type>
26
  		<scope>compile</scope>
27
  	</dependency>
28
  	<dependency>
29
  		<groupId>junit</groupId>
30
  		<artifactId>junit</artifactId>
31
  		<version>4.7</version>
32
  		<scope>test</scope>
33
  	</dependency>
34
  	<dependency>
35
  		<groupId>org.aerofox</groupId>
36
  		<artifactId>openorb_ccs</artifactId>
37
  		<version>1.3.0</version>
38
  		<type>jar</type>
39
  		<scope>compile</scope>
40
  	</dependency>
41
  	<dependency>
42
  		<groupId>org.aerofox</groupId>
43
  		<artifactId>openorb_notify</artifactId>
44
  		<version>1.3.0</version>
45
  		<type>jar</type>
46
  		<scope>compile</scope>
47
  	</dependency>
48
  </dependencies>
49
</project>