1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
31445
|
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/maven-v4_0_0.xsd">
|
3 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
45171
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
47942
|
claudio.at
|
<version>1.0.0</version>
|
7 |
31445
|
alessia.ba
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
54114
|
claudio.at
|
<version>1.0.3-SNAPSHOT</version>
|
14 |
31443
|
alessia.ba
|
<scm>
|
15 |
54114
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-webapp-monitoring/trunk</developerConnection>
|
16 |
31443
|
alessia.ba
|
</scm>
|
17 |
26600
|
sandro.lab
|
<dependencies>
|
18 |
|
|
<!-- javamelody-core -->
|
19 |
|
|
<dependency>
|
20 |
|
|
<groupId>net.bull.javamelody</groupId>
|
21 |
|
|
<artifactId>javamelody-core</artifactId>
|
22 |
53929
|
claudio.at
|
<version>1.74.0</version>
|
23 |
26600
|
sandro.lab
|
</dependency>
|
24 |
53929
|
claudio.at
|
|
25 |
|
|
<dependency>
|
26 |
|
|
<groupId>net.bull.javamelody</groupId>
|
27 |
|
|
<artifactId>javamelody-dark-theme</artifactId>
|
28 |
|
|
<version>1.0</version>
|
29 |
|
|
</dependency>
|
30 |
|
|
|
31 |
26600
|
sandro.lab
|
<!-- itext, option to add PDF export -->
|
32 |
|
|
<dependency>
|
33 |
|
|
<groupId>com.lowagie</groupId>
|
34 |
|
|
<artifactId>itext</artifactId>
|
35 |
|
|
<version>2.1.7</version>
|
36 |
|
|
<exclusions>
|
37 |
|
|
<exclusion>
|
38 |
|
|
<artifactId>bcmail-jdk14</artifactId>
|
39 |
|
|
<groupId>bouncycastle</groupId>
|
40 |
|
|
</exclusion>
|
41 |
|
|
<exclusion>
|
42 |
|
|
<artifactId>bcprov-jdk14</artifactId>
|
43 |
|
|
<groupId>bouncycastle</groupId>
|
44 |
|
|
</exclusion>
|
45 |
|
|
<exclusion>
|
46 |
|
|
<artifactId>bctsp-jdk14</artifactId>
|
47 |
|
|
<groupId>bouncycastle</groupId>
|
48 |
|
|
</exclusion>
|
49 |
|
|
</exclusions>
|
50 |
|
|
</dependency>
|
51 |
|
|
</dependencies>
|
52 |
|
|
</project>
|