1 |
14337
|
sandro.lab
|
<?xml version="1.0" ?>
|
2 |
41915
|
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 |
40256
|
nikon.gasp
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
47400
|
antonis.le
|
<artifactId>dnet45-parent</artifactId>
|
6 |
62094
|
spyroukon
|
<version>1.0.0</version>
|
7 |
40256
|
nikon.gasp
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>uoa-domain</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
62102
|
antonis.le
|
<version>2.1.1-SNAPSHOT</version>
|
13 |
40256
|
nikon.gasp
|
<scm>
|
14 |
|
|
<developerConnection>
|
15 |
62102
|
antonis.le
|
scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-domain/trunk
|
16 |
40256
|
nikon.gasp
|
</developerConnection>
|
17 |
|
|
</scm>
|
18 |
|
|
<properties>
|
19 |
|
|
<gwtVersion>2.7.0</gwtVersion>
|
20 |
|
|
</properties>
|
21 |
40188
|
nikon.gasp
|
|
22 |
40256
|
nikon.gasp
|
<dependencies>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>junit</groupId>
|
25 |
|
|
<artifactId>junit</artifactId>
|
26 |
|
|
<version>[0.0.0,)</version>
|
27 |
|
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
|
|
<groupId>log4j</groupId>
|
30 |
|
|
<artifactId>log4j</artifactId>
|
31 |
|
|
<version>[0.0.0,)</version>
|
32 |
|
|
</dependency>
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>org.hibernate</groupId>
|
35 |
|
|
<artifactId>hibernate-entitymanager</artifactId>
|
36 |
|
|
<version>3.5.6-Final</version>
|
37 |
|
|
</dependency>
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>org.hibernate</groupId>
|
40 |
|
|
<artifactId>hibernate-annotations</artifactId>
|
41 |
|
|
<version>3.5.6-Final</version>
|
42 |
|
|
</dependency>
|
43 |
|
|
<dependency>
|
44 |
57667
|
ioannis.di
|
<groupId>javax.xml.bind</groupId>
|
45 |
|
|
<artifactId>jaxb-api</artifactId>
|
46 |
|
|
<version>2.2.12</version>
|
47 |
40256
|
nikon.gasp
|
</dependency>
|
48 |
|
|
</dependencies>
|
49 |
14337
|
sandro.lab
|
</project>
|