1 |
26600
|
sandro.lab
|
<?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-container-parent</artifactId>
|
7 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
8 |
|
|
<relativePath></relativePath>
|
9 |
|
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
|
|
<artifactId>dnet-container-provision</artifactId>
|
13 |
|
|
<packaging>war</packaging>
|
14 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
15 |
|
|
<dependencies>
|
16 |
|
|
|
17 |
|
|
<!-- Common components in every container -->
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>cnr-log4j-inspector</artifactId>
|
21 |
30766
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
22 |
26600
|
sandro.lab
|
</dependency>
|
23 |
|
|
|
24 |
|
|
<!-- Common services in every container -->
|
25 |
|
|
<dependency>
|
26 |
|
|
<groupId>eu.dnetlib</groupId>
|
27 |
|
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
28 |
30766
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
29 |
26600
|
sandro.lab
|
</dependency>
|
30 |
|
|
<dependency>
|
31 |
|
|
<groupId>eu.dnetlib</groupId>
|
32 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
33 |
30766
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
34 |
26600
|
sandro.lab
|
</dependency>
|
35 |
|
|
|
36 |
|
|
<dependency>
|
37 |
|
|
<groupId>eu.dnetlib</groupId>
|
38 |
|
|
<artifactId>cnr-resultset-service</artifactId>
|
39 |
30766
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
40 |
26600
|
sandro.lab
|
</dependency>
|
41 |
|
|
<dependency>
|
42 |
|
|
<groupId>eu.dnetlib</groupId>
|
43 |
|
|
<artifactId>cnr-resultset-inspector</artifactId>
|
44 |
30766
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
45 |
26600
|
sandro.lab
|
</dependency>
|
46 |
29122
|
alessia.ba
|
|
47 |
|
|
<!-- Vocabulary REST publisher -->
|
48 |
|
|
<dependency>
|
49 |
|
|
<groupId>eu.dnetlib</groupId>
|
50 |
|
|
<artifactId>dnet-vocabulary-publisher</artifactId>
|
51 |
31151
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
52 |
29122
|
alessia.ba
|
</dependency>
|
53 |
26600
|
sandro.lab
|
|
54 |
|
|
<!-- OAI publisher service -->
|
55 |
|
|
<dependency>
|
56 |
|
|
<groupId>eu.dnetlib</groupId>
|
57 |
|
|
<artifactId>cnr-data-information-oai-publisher</artifactId>
|
58 |
31146
|
alessia.ba
|
<version>[4.0.0,5.0.0)</version>
|
59 |
26600
|
sandro.lab
|
</dependency>
|
60 |
|
|
|
61 |
|
|
<!-- Inspector security -->
|
62 |
|
|
<dependency>
|
63 |
|
|
<groupId>eu.dnetlib</groupId>
|
64 |
|
|
<artifactId>cnr-inspector-security</artifactId>
|
65 |
30766
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
66 |
26600
|
sandro.lab
|
</dependency>
|
67 |
|
|
<dependency>
|
68 |
|
|
<groupId>eu.dnetlib</groupId>
|
69 |
|
|
<artifactId>dnet-webapp-monitoring</artifactId>
|
70 |
30766
|
sandro.lab
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
71 |
26600
|
sandro.lab
|
</dependency>
|
72 |
|
|
|
73 |
|
|
<!-- <dependency> -->
|
74 |
|
|
<!-- <groupId>xml-apis</groupId> -->
|
75 |
|
|
<!-- <artifactId>xml-apis</artifactId> -->
|
76 |
|
|
<!-- <version>1.4.01</version> -->
|
77 |
|
|
<!-- </dependency> -->
|
78 |
|
|
<!-- <dependency> -->
|
79 |
|
|
<!-- <groupId>jaxen</groupId> -->
|
80 |
|
|
<!-- <artifactId>jaxen</artifactId> -->
|
81 |
|
|
<!-- <version>1.1.1</version> -->
|
82 |
|
|
<!-- <exclusions> -->
|
83 |
|
|
<!-- <exclusion> -->
|
84 |
|
|
<!-- <artifactId>xalan</artifactId> -->
|
85 |
|
|
<!-- <groupId>xalan</groupId> -->
|
86 |
|
|
<!-- </exclusion> -->
|
87 |
|
|
<!-- </exclusions> -->
|
88 |
|
|
<!-- </dependency> -->
|
89 |
|
|
<dependency>
|
90 |
|
|
<groupId>xerces</groupId>
|
91 |
|
|
<artifactId>xercesImpl</artifactId>
|
92 |
|
|
<version>2.11.0</version>
|
93 |
|
|
<scope>compile</scope>
|
94 |
|
|
</dependency>
|
95 |
|
|
<!-- <dependency> -->
|
96 |
|
|
<!-- <groupId>xalan</groupId> -->
|
97 |
|
|
<!-- <artifactId>xalan</artifactId> -->
|
98 |
|
|
<!-- <version>2.7.1</version> -->
|
99 |
|
|
<!-- </dependency> -->
|
100 |
31151
|
alessia.ba
|
|
101 |
|
|
<!-- Index service -->
|
102 |
30185
|
sandro.lab
|
<dependency>
|
103 |
|
|
<groupId>eu.dnetlib</groupId>
|
104 |
|
|
<artifactId>dnet-index-solr-service</artifactId>
|
105 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
106 |
|
|
</dependency>
|
107 |
26600
|
sandro.lab
|
</dependencies>
|
108 |
|
|
<properties>
|
109 |
31010
|
claudio.at
|
<dnet.container.context>provision</dnet.container.context>
|
110 |
26600
|
sandro.lab
|
<dnet.container.port>8980</dnet.container.port>
|
111 |
|
|
</properties>
|
112 |
|
|
</project>
|