1 |
32461
|
nikon.gasp
|
<?xml version="1.0" ?>
|
2 |
36511
|
nikon.gasp
|
<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">
|
3 |
32461
|
nikon.gasp
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
49508
|
antonis.le
|
<artifactId>dnet45-parent</artifactId>
|
6 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
7 |
32461
|
nikon.gasp
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>uoa-validator-commons</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
49508
|
antonis.le
|
<version>3.0.0-SNAPSHOT</version>
|
13 |
32461
|
nikon.gasp
|
<scm>
|
14 |
49508
|
antonis.le
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-validator-commons/trunk</developerConnection>
|
15 |
32461
|
nikon.gasp
|
</scm>
|
16 |
|
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
33295
|
nikon.gasp
|
<groupId>eu.dnetlib</groupId>
|
19 |
34310
|
nikon.gasp
|
<artifactId>uoa-domain</artifactId>
|
20 |
49508
|
antonis.le
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
21 |
34310
|
nikon.gasp
|
</dependency>
|
22 |
|
|
<dependency>
|
23 |
|
|
<groupId>eu.dnetlib</groupId>
|
24 |
49508
|
antonis.le
|
<artifactId>uoa-commons</artifactId>
|
25 |
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
26 |
33295
|
nikon.gasp
|
</dependency>
|
27 |
|
|
<dependency>
|
28 |
32461
|
nikon.gasp
|
<groupId>log4j</groupId>
|
29 |
|
|
<artifactId>log4j</artifactId>
|
30 |
|
|
<version>[1.2.14,1.3.0)</version>
|
31 |
|
|
</dependency>
|
32 |
|
|
<dependency>
|
33 |
|
|
<groupId>junit</groupId>
|
34 |
|
|
<artifactId>junit</artifactId>
|
35 |
|
|
<version>[0.0.0,)</version>
|
36 |
|
|
<scope>test</scope>
|
37 |
|
|
</dependency>
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>org.springframework</groupId>
|
40 |
|
|
<artifactId>spring-jdbc</artifactId>
|
41 |
|
|
<version>${spring.version}</version>
|
42 |
|
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
|
|
<groupId>org.springframework</groupId>
|
45 |
|
|
<artifactId>spring-tx</artifactId>
|
46 |
|
|
<version>${spring.version}</version>
|
47 |
|
|
</dependency>
|
48 |
|
|
<dependency>
|
49 |
|
|
<groupId>postgresql</groupId>
|
50 |
|
|
<artifactId>postgresql</artifactId>
|
51 |
|
|
<version>9.1-901.jdbc4</version>
|
52 |
|
|
</dependency>
|
53 |
33295
|
nikon.gasp
|
<dependency>
|
54 |
|
|
<groupId>javax.mail</groupId>
|
55 |
|
|
<artifactId>mail</artifactId>
|
56 |
|
|
<version>1.4.7</version>
|
57 |
|
|
<exclusions>
|
58 |
|
|
<exclusion>
|
59 |
|
|
<groupId>javax.activation</groupId>
|
60 |
|
|
<artifactId>activation</artifactId>
|
61 |
|
|
</exclusion>
|
62 |
|
|
</exclusions>
|
63 |
|
|
</dependency>
|
64 |
34780
|
nikon.gasp
|
<dependency>
|
65 |
|
|
<groupId>commons-dbcp</groupId>
|
66 |
|
|
<artifactId>commons-dbcp</artifactId>
|
67 |
|
|
<version>1.4</version>
|
68 |
|
|
</dependency>
|
69 |
32461
|
nikon.gasp
|
</dependencies>
|
70 |
|
|
</project>
|