Project

General

Profile

« Previous | Next » 

Revision 36462

Cleaned up pom and profiles.

View differences:

pom.xml
4 4
	<parent>
5 5
		<groupId>eu.dnetlib</groupId>
6 6
		<artifactId>dnet-container-parent</artifactId>
7
		<version>1.0.0</version>
7
		<version>1.0.0-SNAPSHOT</version>
8 8
		<relativePath></relativePath>
9 9
	</parent>
10 10
	<modelVersion>4.0.0</modelVersion>
11 11
	<groupId>eu.dnetlib</groupId>
12 12
	<artifactId>dnet-minimal-container</artifactId>
13 13
	<packaging>war</packaging>
14
	<version>1.0.0</version>
14
	<version>1.0.0-SNAPSHOT</version>
15 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 16
	<dependencies>
31 17
		<!-- Common components in every container -->
32 18
		<dependency>
......
36 22
		</dependency>
37 23
		<dependency>
38 24
			<groupId>eu.dnetlib</groupId>
39
			<artifactId>cnr-enabling-services</artifactId>
40
			<version>[2.0.0,3.0.0)</version>
25
			<artifactId>dnet-schemas</artifactId>
26
			<version>[1.0.0,2.0.0)</version>
41 27
		</dependency>
28

  
29
		<!-- Common services in every container -->
42 30
		<dependency>
43
	        <groupId>eu.dnetlib</groupId>
44
	        <artifactId>cnr-mongo-mdstore</artifactId>
45
	        <version>[4.0.0,5.0.0)</version>
46
	    </dependency>
47
		<dependency>
48 31
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-enabling-inspector</artifactId>
32
			<artifactId>cnr-enabling-hnm-service</artifactId>
50 33
			<version>[2.0.0,3.0.0)</version>
51 34
		</dependency>
52
	    <dependency>
53
			<groupId>xerces</groupId>
54
			<artifactId>xercesImpl</artifactId>
55
			<version>2.11.0</version>
56
			<scope>compile</scope>
57
		</dependency>
58 35
		<dependency>
59
			<groupId>xalan</groupId>
60
			<artifactId>xalan</artifactId>
61
			<version>2.7.1</version>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>cnr-enabling-hcm-service</artifactId>
38
			<version>[2.0.0,3.0.0)</version>
62 39
		</dependency>
63 40

  
64
		<!-- Common services in every container -->
41
		<!-- Enabling services service -->
65 42
		<dependency>
66 43
			<groupId>eu.dnetlib</groupId>
67
			<artifactId>cnr-enabling-hnm-service</artifactId>
44
			<artifactId>cnr-enabling-services</artifactId>
68 45
			<version>[2.0.0,3.0.0)</version>
46
			<exclusions>
47
				<exclusion>
48
					<groupId>apache</groupId>
49
					<artifactId>commons-pool</artifactId>
50
				</exclusion>
51
			</exclusions>
69 52
		</dependency>
70 53
		<dependency>
71 54
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>cnr-enabling-hcm-service</artifactId>
55
			<artifactId>cnr-enabling-inspector</artifactId>
73 56
			<version>[2.0.0,3.0.0)</version>
74 57
		</dependency>
75 58
		<dependency>
......
82 65
		<dependency>
83 66
			<groupId>eu.dnetlib</groupId>
84 67
			<artifactId>dnet-msro-service</artifactId>
85
			<version>[2.0.0,3.0.0)</version>
68
			<version>[3.0.0,4.0.0)</version>
86 69
		</dependency>
87
		
88
		<!-- Jochen Transformator -->
89 70
		<dependency>
90 71
			<groupId>eu.dnetlib</groupId>
91
			<artifactId>dnet-data-transformation-service</artifactId>
92
			<version>[2.0.0,3.0.0)</version>
72
			<artifactId>dnet-mongo-logging</artifactId>
73
			<version>[1.0.0,2.0.0)</version>
93 74
		</dependency>
94 75

  
95
		<!-- Modular UIs -->
76
		<!-- Modular User Interfaces -->
96 77
		<dependency>
97 78
			<groupId>eu.dnetlib</groupId>
79
			<artifactId>dnet-modular-ui</artifactId>
80
			<version>[3.0.0,4.0.0)</version>
81
		</dependency>
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
98 84
			<artifactId>dnet-modular-workflows-ui</artifactId>
99
			<version>[3.0.0, 4.0.0)</version>
85
			<version>[4.0.0,5.0.0)</version>
100 86
		</dependency>
101 87
		<dependency>
102 88
			<groupId>eu.dnetlib</groupId>
89
			<artifactId>dnet-modular-is-ui</artifactId>
90
			<version>[2.0.1,3.0.0)</version>
91
		</dependency>
92
		<dependency>
93
			<groupId>eu.dnetlib</groupId>
103 94
			<artifactId>dnet-modular-repositories-ui</artifactId>
104
			<version>[3.0.0, 4.0.0)</version>
95
			<version>[4.0.0,5.0.0)</version>
105 96
		</dependency>
106 97
		<dependency>
107 98
			<groupId>eu.dnetlib</groupId>
108
			<artifactId>dnet-modular-lightui-ui</artifactId>
99
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
109 100
			<version>[2.0.0,3.0.0)</version>
110 101
		</dependency>
111 102
		<dependency>
112 103
			<groupId>eu.dnetlib</groupId>
104
			<artifactId>dnet-oai-modular-ui</artifactId>
105
			<version>[3.0.0,4.0.0)</version>
106
		</dependency>
107
		<dependency>
108
			<groupId>eu.dnetlib</groupId>
113 109
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
114
			<version>[2.0.0,3.0.0)</version>
110
			<version>[2.0.1,3.0.0)</version>
115 111
		</dependency>
116 112
		<dependency>
117 113
			<groupId>eu.dnetlib</groupId>
118
			<artifactId>dnet-modular-is-ui</artifactId>
114
			<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
119 115
			<version>[2.0.0,3.0.0)</version>
120 116
		</dependency>
121

  
122
		<!-- Log service -->
123 117
		<dependency>
124 118
			<groupId>eu.dnetlib</groupId>
125
			<artifactId>dnet-mongo-logging</artifactId>
126
			<version>[1.0.0,2.0.0)</version>
119
			<artifactId>dnet-modular-index-ui</artifactId>
120
			<version>[2.0.1,3.0.0)</version>
127 121
		</dependency>
122
		<dependency>
123
			<groupId>eu.dnetlib</groupId>
124
			<artifactId>dnet-modular-lightui-ui</artifactId>
125
			<version>[2.0.0,3.0.0)</version>
126
		</dependency>
128 127

  
129
		<!-- Container profiles and workflows -->
128
		<!-- Aggregation services -->
130 129
		<dependency>
131 130
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>dnet-schemas</artifactId>
133
			<version>[1.0.0,2.0.0)</version>
131
			<artifactId>cnr-mongo-mdstore</artifactId>
132
			<version>[4.0.0,5.0.0)</version>
134 133
		</dependency>
135 134
		<dependency>
136 135
			<groupId>eu.dnetlib</groupId>
......
139 138
		</dependency>
140 139
		<dependency>
141 140
			<groupId>eu.dnetlib</groupId>
142
			<artifactId>dnet-index-solr-service</artifactId>
143
			<version>[2.0.0,3.0.0)</version>
141
			<artifactId>dnet-gridfs-objectstore</artifactId>
142
			<version>[4.0.0,5.0.0)</version>
143
			<exclusions>
144
				<exclusion>
145
					<groupId>apache</groupId>
146
					<artifactId>commons-net</artifactId>
147
				</exclusion>
148
			</exclusions>
144 149
		</dependency>
145 150
		<dependency>
146 151
			<groupId>eu.dnetlib</groupId>
147
			<artifactId>dnet-modular-index-ui</artifactId>
152
			<artifactId>dnet-data-transformation-service</artifactId>
148 153
			<version>[2.0.0,3.0.0)</version>
149 154
		</dependency>
155

  
150 156
		<dependency>
151 157
			<groupId>eu.dnetlib</groupId>
152
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
153
			<version>[2.0.0,3.0.0)</version>
158
			<artifactId>cnr-inspector-security</artifactId>
159
			<version>[1.0.0,2.0.0)</version>
154 160
		</dependency>
155 161
		<dependency>
156 162
			<groupId>eu.dnetlib</groupId>
157
			<artifactId>dnet-oai-modular-ui</artifactId>
158
			<version>[3.0.0,4.0.0)</version>
163
			<artifactId>dnet-webapp-monitoring</artifactId>
164
			<version>[1.0.0,2.0.0)</version>
159 165
		</dependency>
160 166

  
161 167
		<dependency>
162
			<groupId>eu.dnetlib</groupId>
163
			<artifactId>dnet-download-service</artifactId>
164
			<version>[2.0.0,3.0.0)</version>
168
			<groupId>xerces</groupId>
169
			<artifactId>xercesImpl</artifactId>
170
			<version>2.11.0</version>
171
			<scope>compile</scope>
165 172
		</dependency>
173

  
174
		<!-- workflows -->
166 175
		<dependency>
167 176
			<groupId>eu.dnetlib</groupId>
168
			<artifactId>dnet-gridfs-objectstore</artifactId>
169
			<version>[4.0.0,5.0.0)</version>
177
			<artifactId>dnet-aggregative-basic-workflows</artifactId>
178
			<version>[1.0.0,2.0.0)</version>
170 179
		</dependency>
171

  
180
	
172 181
		<!-- OAI publisher -->
173 182
		<dependency>
174 183
			<groupId>eu.dnetlib</groupId>
......
178 187
		<dependency>
179 188
			<groupId>eu.dnetlib</groupId>
180 189
			<artifactId>cnr-data-information-oai-publisher</artifactId>
181
			<version>[5.0.0, 6.0.0)</version>
190
			<version>[5.0.1,6.0.0)</version>
182 191
		</dependency>
183 192

  
184
		<!-- Security -->
193
		<!-- Datasource manager -->
185 194
		<dependency>
186
			<groupId>org.springframework.security</groupId>
187
			<artifactId>spring-security-web</artifactId>
188
			<version>3.2.5.RELEASE</version>
189
			<exclusions>
190
				<exclusion>
191
					<artifactId>spring-core</artifactId>
192
					<groupId>org.springframework</groupId>
193
				</exclusion>
194
			</exclusions>
195
			<groupId>eu.dnetlib</groupId>
196
			<artifactId>dnet-datasource-manager-service</artifactId>
197
			<version>[1.0.0, 2.0.0)</version>
195 198
		</dependency>
199

  
200
		<!-- Index service -->
196 201
		<dependency>
197
			<groupId>org.springframework.security</groupId>
198
			<artifactId>spring-security-config</artifactId>
199
			<version>3.2.5.RELEASE</version>
200
			<exclusions>
201
				<exclusion>
202
					<artifactId>spring-core</artifactId>
203
					<groupId>org.springframework</groupId>
204
				</exclusion>
205
			</exclusions>
202
			<groupId>eu.dnetlib</groupId>
203
			<artifactId>dnet-index-solr-service</artifactId>
204
			<version>[2.0.0,3.0.0)</version>
206 205
		</dependency>
207
		<dependency>
208
			<groupId>org.springframework</groupId>
209
			<artifactId>spring-context</artifactId>
210
			<version>${spring.version}</version>
211
		</dependency>
212
		<dependency>
213
			<groupId>org.springframework</groupId>
214
			<artifactId>spring-tx</artifactId>
215
			<version>${spring.version}</version>
216
		</dependency>
206

  
217 207
	</dependencies>
208

  
218 209
</project>

Also available in: Unified diff