Revision 35835
Added by Claudio Atzori over 9 years ago
pom.xml | ||
---|---|---|
9 | 9 |
</parent> |
10 | 10 |
<modelVersion>4.0.0</modelVersion> |
11 | 11 |
<groupId>eu.dnetlib</groupId> |
12 |
<artifactId>dnet-stdl-container-is</artifactId>
|
|
12 |
<artifactId>dnet-stdl-container-provision</artifactId>
|
|
13 | 13 |
<packaging>war</packaging> |
14 | 14 |
<version>1.0.0-SNAPSHOT</version> |
15 | 15 |
|
... | ... | |
28 | 28 |
<!-- </build> --> |
29 | 29 |
|
30 | 30 |
<dependencies> |
31 |
|
|
31 | 32 |
<!-- Common components in every container --> |
32 | 33 |
<dependency> |
33 | 34 |
<groupId>eu.dnetlib</groupId> |
34 | 35 |
<artifactId>cnr-log4j-inspector</artifactId> |
35 | 36 |
<version>[1.0.0,2.0.0)</version> |
36 | 37 |
</dependency> |
37 |
<dependency> |
|
38 |
<groupId>eu.dnetlib</groupId> |
|
39 |
<artifactId>dnet-schemas</artifactId> |
|
40 |
<version>[1.0.0,2.0.0)</version> |
|
41 |
</dependency> |
|
42 | 38 |
|
43 | 39 |
<!-- Common services in every container --> |
44 | 40 |
<dependency> |
... | ... | |
52 | 48 |
<version>[2.0.0,3.0.0)</version> |
53 | 49 |
</dependency> |
54 | 50 |
|
55 |
<!-- Enabling services service --> |
|
56 | 51 |
<dependency> |
57 | 52 |
<groupId>eu.dnetlib</groupId> |
58 |
<artifactId>cnr-enabling-services</artifactId>
|
|
53 |
<artifactId>cnr-resultset-service</artifactId>
|
|
59 | 54 |
<version>[2.0.0,3.0.0)</version> |
60 |
<exclusions> |
|
61 |
<exclusion> |
|
62 |
<groupId>apache</groupId> |
|
63 |
<artifactId>commons-pool</artifactId> |
|
64 |
</exclusion> |
|
65 |
</exclusions> |
|
66 | 55 |
</dependency> |
67 | 56 |
<dependency> |
68 | 57 |
<groupId>eu.dnetlib</groupId> |
69 |
<artifactId>cnr-enabling-inspector</artifactId> |
|
70 |
<version>[2.0.0,3.0.0)</version> |
|
71 |
</dependency> |
|
72 |
<dependency> |
|
73 |
<groupId>eu.dnetlib</groupId> |
|
74 | 58 |
<artifactId>cnr-resultset-inspector</artifactId> |
75 | 59 |
<version>[2.0.0,3.0.0)</version> |
76 | 60 |
</dependency> |
77 | 61 |
|
78 |
<!-- Manager Service Resource Orchestration (required for workflows) -->
|
|
62 |
<!-- Vocabulary REST publisher -->
|
|
79 | 63 |
<dependency> |
80 | 64 |
<groupId>eu.dnetlib</groupId> |
81 |
<artifactId>dnet-msro-service</artifactId> |
|
82 |
<version>[3.0.0,4.0.0)</version> |
|
83 |
</dependency> |
|
84 |
<dependency> |
|
85 |
<groupId>eu.dnetlib</groupId> |
|
86 |
<artifactId>dnet-mongo-logging</artifactId> |
|
87 |
<version>[1.0.0,2.0.0)</version> |
|
88 |
</dependency> |
|
89 |
|
|
90 |
<!-- Modular User Interfaces --> |
|
91 |
<dependency> |
|
92 |
<groupId>eu.dnetlib</groupId> |
|
93 |
<artifactId>dnet-modular-ui</artifactId> |
|
94 |
<version>[3.0.0,4.0.0)</version> |
|
95 |
</dependency> |
|
96 |
<dependency> |
|
97 |
<groupId>eu.dnetlib</groupId> |
|
98 |
<artifactId>dnet-modular-workflows-ui</artifactId> |
|
99 |
<version>[4.0.0,5.0.0)</version> |
|
100 |
</dependency> |
|
101 |
<dependency> |
|
102 |
<groupId>eu.dnetlib</groupId> |
|
103 |
<artifactId>dnet-modular-is-ui</artifactId> |
|
104 |
<version>[2.0.1,3.0.0)</version> |
|
105 |
</dependency> |
|
106 |
<dependency> |
|
107 |
<groupId>eu.dnetlib</groupId> |
|
108 |
<artifactId>dnet-modular-repositories-ui</artifactId> |
|
109 |
<version>[4.0.0,5.0.0)</version> |
|
110 |
</dependency> |
|
111 |
<dependency> |
|
112 |
<groupId>eu.dnetlib</groupId> |
|
113 |
<artifactId>dnet-modular-oai-explorer-ui</artifactId> |
|
65 |
<artifactId>dnet-vocabulary-publisher</artifactId> |
|
114 | 66 |
<version>[2.0.0,3.0.0)</version> |
115 | 67 |
</dependency> |
116 |
<dependency> |
|
117 |
<groupId>eu.dnetlib</groupId> |
|
118 |
<artifactId>dnet-oai-modular-ui</artifactId> |
|
119 |
<version>[3.0.0,4.0.0)</version> |
|
120 |
</dependency> |
|
121 |
<dependency> |
|
122 |
<groupId>eu.dnetlib</groupId> |
|
123 |
<artifactId>dnet-modular-vocabularies-ui</artifactId> |
|
124 |
<version>[2.0.1,3.0.0)</version> |
|
125 |
</dependency> |
|
126 |
<dependency> |
|
127 |
<groupId>eu.dnetlib</groupId> |
|
128 |
<artifactId>dnet-modular-cleaning-rules-ui</artifactId> |
|
129 |
<version>[2.0.0,3.0.0)</version> |
|
130 |
</dependency> |
|
131 |
<dependency> |
|
132 |
<groupId>eu.dnetlib</groupId> |
|
133 |
<artifactId>dnet-modular-index-ui</artifactId> |
|
134 |
<version>[2.0.1,3.0.0)</version> |
|
135 |
</dependency> |
|
136 |
<dependency> |
|
137 |
<groupId>eu.dnetlib</groupId> |
|
138 |
<artifactId>dnet-modular-lightui-ui</artifactId> |
|
139 |
<version>[2.0.0,3.0.0)</version> |
|
140 |
</dependency> |
|
141 | 68 |
|
142 |
<!-- Aggregation services -->
|
|
69 |
<!-- OAI publisher service -->
|
|
143 | 70 |
<dependency> |
144 | 71 |
<groupId>eu.dnetlib</groupId> |
145 |
<artifactId>cnr-mongo-mdstore</artifactId>
|
|
146 |
<version>[4.0.0,5.0.0)</version>
|
|
72 |
<artifactId>cnr-data-information-oai-publisher</artifactId>
|
|
73 |
<version>[5.0.0,6.0.0)</version>
|
|
147 | 74 |
</dependency> |
148 |
<dependency> |
|
149 |
<groupId>eu.dnetlib</groupId> |
|
150 |
<artifactId>dnet-modular-collector-service</artifactId> |
|
151 |
<version>[3.0.0,4.0.0)</version> |
|
152 |
</dependency> |
|
153 |
<dependency> |
|
154 |
<groupId>eu.dnetlib</groupId> |
|
155 |
<artifactId>dnet-data-transformation-service</artifactId> |
|
156 |
<version>[2.0.0,3.0.0)</version> |
|
157 |
</dependency> |
|
158 | 75 |
|
76 |
<!-- Inspector security --> |
|
159 | 77 |
<dependency> |
160 | 78 |
<groupId>eu.dnetlib</groupId> |
161 | 79 |
<artifactId>cnr-inspector-security</artifactId> |
... | ... | |
174 | 92 |
<scope>compile</scope> |
175 | 93 |
</dependency> |
176 | 94 |
|
177 |
<!-- STDL container profiles and workflows TBD --> |
|
178 |
<dependency> |
|
179 |
<groupId>eu.dnetlib</groupId> |
|
180 |
<artifactId>dnet-stdl-profiles</artifactId> |
|
181 |
<version>[1.0.0,2.0.0)</version> |
|
182 |
</dependency> |
|
183 |
|
|
184 |
<!-- OAI publisher --> |
|
185 |
<dependency> |
|
186 |
<groupId>eu.dnetlib</groupId> |
|
187 |
<artifactId>dnet-oai-common-workflows</artifactId> |
|
188 |
<version>[3.0.0,4.0.0)</version> |
|
189 |
</dependency> |
|
190 |
<dependency> |
|
191 |
<groupId>eu.dnetlib</groupId> |
|
192 |
<artifactId>cnr-data-information-oai-publisher</artifactId> |
|
193 |
<version>[5.0.1,6.0.0)</version> |
|
194 |
</dependency> |
|
195 |
|
|
196 |
<!-- Datasource manager --> |
|
197 |
<dependency> |
|
198 |
<groupId>eu.dnetlib</groupId> |
|
199 |
<artifactId>dnet-datasource-manager-service</artifactId> |
|
200 |
<version>[1.0.0, 2.0.0)</version> |
|
201 |
</dependency> |
|
202 |
|
|
203 | 95 |
<!-- Index service --> |
204 | 96 |
<dependency> |
205 | 97 |
<groupId>eu.dnetlib</groupId> |
... | ... | |
207 | 99 |
<version>[2.0.0,3.0.0)</version> |
208 | 100 |
</dependency> |
209 | 101 |
|
210 |
<!-- Security --> |
|
211 |
<!-- <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> |
|
212 |
<version>3.2.5.RELEASE</version> <exclusions> <exclusion> <artifactId>spring-core</artifactId> |
|
213 |
<groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> |
|
214 |
<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> |
|
215 |
<version>3.2.5.RELEASE</version> <exclusions> <exclusion> <artifactId>spring-core</artifactId> |
|
216 |
<groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> |
|
217 |
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> |
|
218 |
<version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> |
|
219 |
<artifactId>spring-tx</artifactId> <version>${spring.version}</version> </dependency> --> |
|
220 | 102 |
</dependencies> |
103 |
<properties> |
|
104 |
<dnet.container.context>provision</dnet.container.context> |
|
105 |
<dnet.container.port>8980</dnet.container.port> |
|
106 |
</properties> |
|
221 | 107 |
|
222 | 108 |
</project> |
Also available in: Unified diff
stdl container provision