Revision 22:42bff624100e pom.xml

View differences:

pom.xml
210 210
				</plugins>
211 211
			</build>			
212 212
		</profile>
213
		<profile>
214
			<id>env-maybank-dev</id>
215
			<activation>
216
				<property>
217
					<name>env</name>
218
					<value>maybank-dev</value>
219
				</property>
220
			</activation>
221
			<properties>
222
				<config.postfix>.maybank-dev</config.postfix>
223
			</properties>
224
		</profile>
213 225
	</profiles>	
214 226
	<dependencies>
215 227
		<dependency>
......
259 271
			<version>1.6</version>
260 272
			<type>jar</type>
261 273
			<scope>compile</scope>
274
			<exclusions>
275
				<exclusion>
276
					<artifactId>xml-apis</artifactId>
277
					<groupId>xml-apis</groupId>
278
				</exclusion>
279
			</exclusions>
262 280
		</dependency>
263 281
		<dependency>
264 282
			<groupId>org.hibernate</groupId>
......
350 368
			<version>1.7</version>
351 369
			<type>jar</type>
352 370
			<scope>compile</scope>
371
			<exclusions>
372
				<exclusion>
373
					<artifactId>xml-apis</artifactId>
374
					<groupId>xml-apis</groupId>
375
				</exclusion>
376
			</exclusions>
353 377
		</dependency>
354 378
		<dependency>
355 379
			<groupId>commons-discovery</groupId>
......
392 416
			<scope>compile</scope>
393 417
		</dependency>
394 418
		<dependency>
395
			<groupId>javax.xml.soap</groupId>
396
			<artifactId>saaj-api</artifactId>
397
			<version>1.3</version>
398
			<type>jar</type>
399
			<scope>compile</scope>
400
		</dependency>
401
		<dependency>
402 419
			<groupId>junit</groupId>
403 420
			<artifactId>junit</artifactId>
404 421
			<version>4.8.2</version>
......
412 429
			<scope>compile</scope>
413 430
		</dependency>
414 431
		<dependency>
415
			<groupId>javax.xml</groupId>
416
			<artifactId>jaxrpc-api</artifactId>
417
			<version>1.1</version>
418
			<type>jar</type>
419
			<scope>compile</scope>
420
		</dependency>
421
		<dependency>
422
			<groupId>axis</groupId>
423
			<artifactId>axis</artifactId>
424
			<version>1.4</version>
425
			<type>jar</type>
426
			<scope>compile</scope>
427
		</dependency>
428
		<dependency>
429 432
			<groupId>javax.servlet</groupId>
430 433
			<artifactId>servlet-api</artifactId>
431 434
			<version>2.3</version>
......
486 489
			<groupId>net.penril</groupId>
487 490
			<artifactId>m2u-upass-admin-core</artifactId>
488 491
			<version>2.0-SNAPSHOT</version>
492
			<exclusions>
493
				<exclusion>
494
					<artifactId>saaj-api</artifactId>
495
					<groupId>javax.xml.soap</groupId>
496
				</exclusion>
497
				<exclusion>
498
					<artifactId>axis-jaxrpc</artifactId>
499
					<groupId>org.apache.axis</groupId>
500
				</exclusion>
501
				<exclusion>
502
					<artifactId>axis-saaj</artifactId>
503
					<groupId>org.apache.axis</groupId>
504
				</exclusion>
505
			</exclusions>
489 506
		</dependency>
490 507
	</dependencies>
491 508
</project>

Also available in: Unified diff