Revision 111:1dd9da3fead3 pom.xml

View differences:

pom.xml
201 201
			</dependencies>
202 202
		</profile>
203 203
		<profile>
204
			<id>env-maybank-prod</id>
205
			<activation>
206
				<property>
207
					<name>env</name>
208
					<value>maybank-prod</value>
209
				</property>
210
			</activation>
211
			<properties>
212
				<config.postfix>.maybank-prod</config.postfix>
213
			</properties>
214
			<dependencies>
215
				<dependency>
216
					<groupId>org.hibernate</groupId>
217
					<artifactId>hibernate-core</artifactId>
218
					<version>3.3.1.GA</version>
219
					<type>jar</type>
220
					<scope>compile</scope>
221
					<exclusions>
222
						<exclusion>
223
							<groupId>xml-apis</groupId>
224
							<artifactId>xml-apis</artifactId>
225
						</exclusion>
226
					</exclusions>
227
				</dependency>
228
				<dependency>
229
					<groupId>org.hibernate</groupId>
230
					<artifactId>hibernate-c3p0</artifactId>
231
					<version>3.3.1.GA</version>
232
				</dependency>
233
			</dependencies>
234
		</profile>
235
		<profile>
236
			<id>env-maybank-prod-jndi</id>
237
			<activation>
238
				<property>
239
					<name>env</name>
240
					<value>maybank-prod-jndi</value>
241
				</property>
242
			</activation>
243
			<properties>
244
				<config.postfix>.maybank-prod-jndi</config.postfix>
245
			</properties>
246
			<dependencies>
247
				<dependency>
248
					<groupId>org.hibernate</groupId>
249
					<artifactId>hibernate-core</artifactId>
250
					<version>3.3.1.GA</version>
251
					<type>jar</type>
252
					<scope>compile</scope>
253
					<exclusions>
254
						<exclusion>
255
							<groupId>xml-apis</groupId>
256
							<artifactId>xml-apis</artifactId>
257
						</exclusion>
258
					</exclusions>
259
				</dependency>
260
			</dependencies>
261
		</profile>
262
		<profile>
204 263
			<id>cobertura-instrument</id>
205 264
			<activation>
206 265
				<property>

Also available in: Unified diff