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 |
27913
|
andrea.man
|
<relativePath></relativePath>
|
9 |
26600
|
sandro.lab
|
</parent>
|
10 |
|
|
<modelVersion>4.0.0</modelVersion>
|
11 |
|
|
<groupId>eu.dnetlib</groupId>
|
12 |
|
|
<artifactId>dnet-hungary-container</artifactId>
|
13 |
|
|
<packaging>war</packaging>
|
14 |
27913
|
andrea.man
|
<version>1.0.0-SNAPSHOT</version>
|
15 |
|
|
|
16 |
|
|
<build>
|
17 |
|
|
<plugins>
|
18 |
|
|
<plugin>
|
19 |
|
|
<groupId>org.apache.tomcat.maven</groupId>
|
20 |
|
|
<artifactId>tomcat7-maven-plugin</artifactId>
|
21 |
|
|
<configuration>
|
22 |
|
|
<path>/app</path>
|
23 |
|
|
<port>8280</port>
|
24 |
|
|
</configuration>
|
25 |
|
|
<version>2.1</version>
|
26 |
|
|
</plugin>
|
27 |
|
|
</plugins>
|
28 |
|
|
</build>
|
29 |
|
|
|
30 |
26600
|
sandro.lab
|
<dependencies>
|
31 |
|
|
|
32 |
|
|
<!-- Common components in every container -->
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>eu.dnetlib</groupId>
|
35 |
|
|
<artifactId>cnr-log4j-inspector</artifactId>
|
36 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
37 |
|
|
</dependency>
|
38 |
|
|
|
39 |
|
|
<!-- Common services in every container -->
|
40 |
|
|
<dependency>
|
41 |
|
|
<groupId>eu.dnetlib</groupId>
|
42 |
|
|
<artifactId>cnr-enabling-hnm-service</artifactId>
|
43 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
44 |
|
|
</dependency>
|
45 |
|
|
|
46 |
|
|
<dependency>
|
47 |
|
|
<groupId>eu.dnetlib</groupId>
|
48 |
|
|
<artifactId>cnr-enabling-hcm-service</artifactId>
|
49 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
50 |
|
|
</dependency>
|
51 |
|
|
|
52 |
|
|
<dependency>
|
53 |
|
|
<groupId>eu.dnetlib</groupId>
|
54 |
|
|
<artifactId>cnr-resultset-service</artifactId>
|
55 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
56 |
|
|
</dependency>
|
57 |
|
|
|
58 |
|
|
<dependency>
|
59 |
|
|
<groupId>eu.dnetlib</groupId>
|
60 |
|
|
<artifactId>cnr-resultset-inspector</artifactId>
|
61 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
62 |
|
|
</dependency>
|
63 |
|
|
|
64 |
|
|
<!-- Enabling services service -->
|
65 |
|
|
<dependency>
|
66 |
|
|
<groupId>eu.dnetlib</groupId>
|
67 |
|
|
<artifactId>cnr-enabling-services</artifactId>
|
68 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
69 |
|
|
</dependency>
|
70 |
|
|
<dependency>
|
71 |
|
|
<groupId>eu.dnetlib</groupId>
|
72 |
|
|
<artifactId>cnr-enabling-inspector</artifactId>
|
73 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
74 |
|
|
</dependency>
|
75 |
|
|
|
76 |
|
|
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
77 |
|
|
<dependency>
|
78 |
|
|
<groupId>eu.dnetlib</groupId>
|
79 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
80 |
27913
|
andrea.man
|
<version>[1.0.0-SNAPSHOT,)</version>
|
81 |
26600
|
sandro.lab
|
</dependency>
|
82 |
|
|
|
83 |
|
|
<dependency>
|
84 |
|
|
<groupId>eu.dnetlib</groupId>
|
85 |
|
|
<artifactId>dnet-modular-ui</artifactId>
|
86 |
27913
|
andrea.man
|
<version>[2.0.0-SNAPSHOT]</version>
|
87 |
26600
|
sandro.lab
|
</dependency>
|
88 |
|
|
|
89 |
|
|
<dependency>
|
90 |
|
|
<groupId>eu.dnetlib</groupId>
|
91 |
|
|
<artifactId>dnet-modular-workflows-ui</artifactId>
|
92 |
27913
|
andrea.man
|
<version>[2.0.0-SNAPSHOT]</version>
|
93 |
26600
|
sandro.lab
|
</dependency>
|
94 |
|
|
|
95 |
|
|
<dependency>
|
96 |
|
|
<groupId>eu.dnetlib</groupId>
|
97 |
|
|
<artifactId>dnet-modular-repositories-ui</artifactId>
|
98 |
27913
|
andrea.man
|
<version>[2.0.0-SNAPSHOT]</version>
|
99 |
26600
|
sandro.lab
|
</dependency>
|
100 |
|
|
<!-- Log service -->
|
101 |
|
|
<dependency>
|
102 |
|
|
<groupId>eu.dnetlib</groupId>
|
103 |
|
|
<artifactId>dnet-mongo-logging</artifactId>
|
104 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
105 |
|
|
</dependency>
|
106 |
|
|
|
107 |
|
|
<!-- Hungary container profiles and workflows -->
|
108 |
|
|
<dependency>
|
109 |
|
|
<groupId>eu.dnetlib</groupId>
|
110 |
|
|
<artifactId>dnet-hungary-msro-workflows</artifactId>
|
111 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
112 |
|
|
</dependency>
|
113 |
|
|
|
114 |
|
|
<dependency>
|
115 |
|
|
<groupId>eu.dnetlib</groupId>
|
116 |
|
|
<artifactId>dnet-hungary-profiles</artifactId>
|
117 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
118 |
|
|
</dependency>
|
119 |
|
|
|
120 |
|
|
<dependency>
|
121 |
|
|
<groupId>eu.dnetlib</groupId>
|
122 |
|
|
<artifactId>dnet-hungary-lightUI</artifactId>
|
123 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
124 |
|
|
</dependency>
|
125 |
|
|
|
126 |
|
|
<dependency>
|
127 |
|
|
<groupId>eu.dnetlib</groupId>
|
128 |
|
|
<artifactId>cnr-data-information-publisher-service</artifactId>
|
129 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
130 |
|
|
</dependency>
|
131 |
|
|
|
132 |
|
|
<dependency>
|
133 |
|
|
<groupId>eu.dnetlib</groupId>
|
134 |
|
|
<artifactId>dnet-schemas</artifactId>
|
135 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
136 |
|
|
</dependency>
|
137 |
|
|
|
138 |
|
|
<!-- MDStore service -->
|
139 |
|
|
<dependency>
|
140 |
|
|
<groupId>eu.dnetlib</groupId>
|
141 |
|
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
142 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
143 |
|
|
</dependency>
|
144 |
|
|
|
145 |
|
|
<dependency>
|
146 |
|
|
<groupId>eu.dnetlib</groupId>
|
147 |
|
|
<artifactId>dnet-modular-collector-service</artifactId>
|
148 |
27913
|
andrea.man
|
<version>[1.0.0-SNAPSHOT,)</version>
|
149 |
26600
|
sandro.lab
|
</dependency>
|
150 |
|
|
|
151 |
|
|
<dependency>
|
152 |
|
|
<groupId>eu.dnetlib</groupId>
|
153 |
|
|
<artifactId>cnr-index-solr-service</artifactId>
|
154 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
155 |
|
|
</dependency>
|
156 |
|
|
|
157 |
|
|
<dependency>
|
158 |
|
|
<groupId>eu.dnetlib</groupId>
|
159 |
|
|
<artifactId>cnr-index-solr-inspector</artifactId>
|
160 |
|
|
<version>[1.0.0-SNAPSHOT]</version>
|
161 |
|
|
</dependency>
|
162 |
|
|
<dependency>
|
163 |
|
|
<groupId>xerces</groupId>
|
164 |
|
|
<artifactId>xercesImpl</artifactId>
|
165 |
|
|
<version>2.11.0</version>
|
166 |
|
|
</dependency>
|
167 |
|
|
</dependencies>
|
168 |
|
|
</project>
|