-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
49 lines (45 loc) · 2.14 KB
/
pom.xml
File metadata and controls
49 lines (45 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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.univ-orleans.info.ihm</groupId>
<artifactId>projetF</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>projetF-modele</module>
<module>projetF-swing</module>
<module>projetF-struts</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Dependencies -->
<java-source>1.7</java-source>
<java-target>1.7</java-target>
<projetF-modele.version>1.0</projetF-modele.version>
<commons-collections.version>3.2.1</commons-collections.version>
<commons-logging.version>1.2</commons-logging.version>
<h2.version>1.4.184</h2.version>
<jasypt.version>1.9.2</jasypt.version>
<javax.servlet-api>3.1.0</javax.servlet-api>
<jetty-maven-plugin.version>8.1.16.v20140903</jetty-maven-plugin.version>
<jsp-api.version>2.0</jsp-api.version>
<junit.version>4.12</junit.version>
<log4j.version>1.2.17</log4j.version>
<maven-assembly-plugin.version>2.5.3</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
<maven-jar-plugin.version>2.5</maven-jar-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<servlet-api.version>2.5</servlet-api.version>
<slf4j.version>1.7.9</slf4j.version>
<substance.version>6.0</substance.version>
<struts2.version>2.3.20</struts2.version>
<struts2-bootstrap-plugin.version>2.0.0</struts2-bootstrap-plugin.version>
<struts2-jquery-plugin.version>3.7.1</struts2-jquery-plugin.version>
<trident.version>1.3</trident.version>
<velocity.version>1.7</velocity.version>
<!-- "-verbose" or "" -->
<javac.verbose/>
</properties>
</project>