1 |
28727
|
andrea.man
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4 |
|
|
<parent>
|
5 |
|
|
<groupId>eu.dnetlib</groupId>
|
6 |
|
|
<artifactId>dnet-parent</artifactId>
|
7 |
32557
|
andrea.man
|
<version>1.0.0</version>
|
8 |
28727
|
andrea.man
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
28735
|
andrea.man
|
<artifactId>dnet-modular-contexts-ui</artifactId>
|
12 |
28727
|
andrea.man
|
<packaging>jar</packaging>
|
13 |
32735
|
andrea.man
|
<version>1.0.0-SNAPSHOT</version>
|
14 |
28727
|
andrea.man
|
<dependencies>
|
15 |
|
|
<dependency>
|
16 |
|
|
<groupId>eu.dnetlib</groupId>
|
17 |
|
|
<artifactId>dnet-modular-ui</artifactId>
|
18 |
32734
|
andrea.man
|
<version>[3.0.0,4.0.0)</version>
|
19 |
28727
|
andrea.man
|
</dependency>
|
20 |
|
|
|
21 |
|
|
<dependency>
|
22 |
|
|
<groupId>javax.servlet</groupId>
|
23 |
|
|
<artifactId>javax.servlet-api</artifactId>
|
24 |
|
|
<version>${javax.servlet.version}</version>
|
25 |
|
|
<scope>provided</scope>
|
26 |
|
|
</dependency>
|
27 |
|
|
|
28 |
|
|
</dependencies>
|
29 |
|
|
|
30 |
|
|
<properties>
|
31 |
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
32 |
|
|
</properties>
|
33 |
|
|
|
34 |
|
|
</project>
|