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-spring4-container</artifactId>
|
13 |
|
|
<packaging>war</packaging>
|
14 |
|
|
<version>1.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 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
22 |
|
|
</dependency>
|
23 |
|
|
|
24 |
|
|
<!-- Common services in every container -->
|
25 |
|
|
<dependency>
|
26 |
|
|
<groupId>eu.dnetlib</groupId>
|
27 |
|
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
28 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
29 |
|
|
</dependency>
|
30 |
|
|
|
31 |
|
|
<dependency>
|
32 |
|
|
<groupId>eu.dnetlib</groupId>
|
33 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
34 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
35 |
|
|
</dependency>
|
36 |
|
|
|
37 |
|
|
|
38 |
|
|
<dependency>
|
39 |
|
|
<groupId>eu.dnetlib</groupId>
|
40 |
|
|
<artifactId>cnr-resultset-service</artifactId>
|
41 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
42 |
|
|
</dependency>
|
43 |
|
|
|
44 |
|
|
<dependency>
|
45 |
|
|
<groupId>eu.dnetlib</groupId>
|
46 |
|
|
<artifactId>cnr-resultset-inspector</artifactId>
|
47 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
48 |
|
|
</dependency>
|
49 |
|
|
|
50 |
|
|
<!-- Enabling services service -->
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>eu.dnetlib</groupId>
|
53 |
|
|
<artifactId>cnr-enabling-services</artifactId>
|
54 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
55 |
|
|
</dependency>
|
56 |
|
|
<dependency>
|
57 |
|
|
<groupId>eu.dnetlib</groupId>
|
58 |
|
|
<artifactId>cnr-enabling-inspector</artifactId>
|
59 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
60 |
|
|
</dependency>
|
61 |
|
|
|
62 |
|
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
63 |
|
|
<dependency>
|
64 |
|
|
<groupId>eu.dnetlib</groupId>
|
65 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
66 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
67 |
|
|
</dependency>
|
68 |
|
|
<!-- Dnet UI -->
|
69 |
|
|
|
70 |
|
|
<dependency>
|
71 |
|
|
<groupId>eu.dnetlib</groupId>
|
72 |
|
|
<artifactId>dnet-modular-ui</artifactId>
|
73 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
74 |
|
|
</dependency>
|
75 |
|
|
|
76 |
|
|
<dependency>
|
77 |
|
|
<groupId>eu.dnetlib</groupId>
|
78 |
|
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
79 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
80 |
|
|
</dependency>
|
81 |
|
|
|
82 |
|
|
<dependency>
|
83 |
|
|
<groupId>eu.dnetlib</groupId>
|
84 |
|
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
85 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
86 |
|
|
</dependency>
|
87 |
|
|
|
88 |
|
|
<!-- MDStore service -->
|
89 |
|
|
|
90 |
|
|
<dependency>
|
91 |
|
|
<groupId>eu.dnetlib</groupId>
|
92 |
|
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
93 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
94 |
|
|
</dependency>
|
95 |
|
|
|
96 |
|
|
<dependency>
|
97 |
|
|
<groupId>eu.dnetlib</groupId>
|
98 |
|
|
<artifactId>dnet-modular-collector-service</artifactId>
|
99 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
100 |
|
|
</dependency>
|
101 |
|
|
|
102 |
|
|
<dependency>
|
103 |
|
|
<groupId>eu.dnetlib</groupId>
|
104 |
|
|
<artifactId>cnr-index-solr-service</artifactId>
|
105 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
106 |
|
|
</dependency>
|
107 |
|
|
<dependency>
|
108 |
|
|
<groupId>eu.dnetlib</groupId>
|
109 |
|
|
<artifactId>cnr-index-solr-inspector</artifactId>
|
110 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
111 |
|
|
</dependency>
|
112 |
|
|
|
113 |
|
|
<dependency>
|
114 |
|
|
<groupId>eu.dnetlib</groupId>
|
115 |
|
|
<artifactId>dnet-eagle-profiles</artifactId>
|
116 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
117 |
|
|
</dependency>
|
118 |
|
|
|
119 |
|
|
<dependency>
|
120 |
|
|
<groupId>eu.dnetlib</groupId>
|
121 |
|
|
<artifactId>dnet-gridfs-objectstore</artifactId>
|
122 |
|
|
<version>[2.0.0-SNAPSHOT]</version>
|
123 |
|
|
</dependency>
|
124 |
|
|
|
125 |
|
|
<dependency>
|
126 |
|
|
<groupId>eu.dnetlib</groupId>
|
127 |
|
|
<artifactId>dnet-eagle-workflows</artifactId>
|
128 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
129 |
|
|
</dependency>
|
130 |
|
|
|
131 |
|
|
<dependency>
|
132 |
|
|
<groupId>eu.dnetlib</groupId>
|
133 |
|
|
<artifactId>dnet-openaireplus-workflows</artifactId>
|
134 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
135 |
|
|
</dependency>
|
136 |
|
|
|
137 |
|
|
<!-- schemas for profiles -->
|
138 |
|
|
<dependency>
|
139 |
|
|
<groupId>eu.dnetlib</groupId>
|
140 |
|
|
<artifactId>dnet-schemas</artifactId>
|
141 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
142 |
|
|
</dependency>
|
143 |
|
|
|
144 |
|
|
<dependency>
|
145 |
|
|
<groupId>eu.dnetlib</groupId>
|
146 |
|
|
<artifactId>cnr-enabling-database-service</artifactId>
|
147 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
148 |
|
|
</dependency>
|
149 |
|
|
|
150 |
|
|
<dependency>
|
151 |
|
|
<groupId>eu.dnetlib</groupId>
|
152 |
|
|
<artifactId>cnr-enabling-database-inspector</artifactId>
|
153 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
154 |
|
|
</dependency>
|
155 |
|
|
|
156 |
|
|
<!-- Log service -->
|
157 |
|
|
<dependency>
|
158 |
|
|
<groupId>eu.dnetlib</groupId>
|
159 |
|
|
<artifactId>dnet-mongo-logging</artifactId>
|
160 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
161 |
|
|
</dependency>
|
162 |
|
|
|
163 |
|
|
<!-- <dependency> -->
|
164 |
|
|
<!-- <groupId>xerces</groupId> -->
|
165 |
|
|
<!-- <artifactId>xercesImpl</artifactId> -->
|
166 |
|
|
<!-- <version>2.11.0</version> -->
|
167 |
|
|
<!-- <scope>compile</scope> -->
|
168 |
|
|
<!-- </dependency> -->
|
169 |
|
|
|
170 |
|
|
|
171 |
|
|
|
172 |
|
|
</dependencies>
|
173 |
|
|
|
174 |
|
|
</project>
|