1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
30587
|
claudio.at
|
<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 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45193
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
47909
|
claudio.at
|
<version>1.0.0</version>
|
7 |
30587
|
claudio.at
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-modular-logging</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
56803
|
claudio.at
|
<version>1.1.7-SNAPSHOT</version>
|
14 |
30586
|
claudio.at
|
<scm>
|
15 |
56803
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-logging/trunk</developerConnection>
|
16 |
30586
|
claudio.at
|
</scm>
|
17 |
26600
|
sandro.lab
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
21 |
30586
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
22 |
26600
|
sandro.lab
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>eu.dnetlib</groupId>
|
25 |
|
|
<artifactId>cnr-spring-utils</artifactId>
|
26 |
30586
|
claudio.at
|
<version>[1.0.0,2.0.0)</version>
|
27 |
26600
|
sandro.lab
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
|
|
<groupId>com.typesafe</groupId>
|
30 |
|
|
<artifactId>config</artifactId>
|
31 |
|
|
<version>0.3.1</version>
|
32 |
|
|
</dependency>
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>junit</groupId>
|
35 |
|
|
<artifactId>junit</artifactId>
|
36 |
|
|
<version>${junit.version}</version>
|
37 |
|
|
<scope>test</scope>
|
38 |
|
|
</dependency>
|
39 |
|
|
</dependencies>
|
40 |
|
|
</project>
|