1 |
31581
|
alessia.ba
|
<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">
|
2 |
30085
|
sandro.lab
|
<modelVersion>4.0.0</modelVersion>
|
3 |
|
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45250
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
55758
|
claudio.at
|
<version>1.0.0</version>
|
7 |
31581
|
alessia.ba
|
<relativePath />
|
8 |
30085
|
sandro.lab
|
</parent>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>dnet-modular-index-ui</artifactId>
|
11 |
55816
|
claudio.at
|
<version>2.0.9-SNAPSHOT</version>
|
12 |
31580
|
alessia.ba
|
<scm>
|
13 |
55816
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-index-ui/trunk</developerConnection>
|
14 |
31580
|
alessia.ba
|
</scm>
|
15 |
|
|
|
16 |
30085
|
sandro.lab
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>eu.dnetlib</groupId>
|
19 |
|
|
<artifactId>dnet-modular-ui</artifactId>
|
20 |
32605
|
andrea.man
|
<version>[3.0.0,4.0.0)</version>
|
21 |
30085
|
sandro.lab
|
</dependency>
|
22 |
32605
|
andrea.man
|
|
23 |
30085
|
sandro.lab
|
<dependency>
|
24 |
|
|
<groupId>javax.servlet</groupId>
|
25 |
|
|
<artifactId>javax.servlet-api</artifactId>
|
26 |
|
|
<version>${javax.servlet.version}</version>
|
27 |
|
|
<scope>provided</scope>
|
28 |
|
|
</dependency>
|
29 |
55758
|
claudio.at
|
|
30 |
30085
|
sandro.lab
|
<dependency>
|
31 |
|
|
<groupId>eu.dnetlib</groupId>
|
32 |
55758
|
claudio.at
|
<artifactId>dnet-index-client</artifactId>
|
33 |
55812
|
claudio.at
|
<version>[2.3.4,3.0.0)</version>
|
34 |
30085
|
sandro.lab
|
</dependency>
|
35 |
|
|
|
36 |
|
|
</dependencies>
|
37 |
|
|
|
38 |
|
|
|
39 |
45250
|
claudio.at
|
</project>
|