Revision 62:82ddd2d32001 pom.xml

View differences:

pom.xml
167 167
			<properties>
168 168
				<config.postfix>.dev-penril</config.postfix>
169 169
			</properties>
170
			<dependencies>
171
				<dependency>
172
					<groupId>axis</groupId>
173
					<artifactId>axis</artifactId>
174
					<version>1.4</version>
175
					<type>jar</type>
176
					<scope>compile</scope>
177
				</dependency>
178
			</dependencies>
170 179
		</profile>
171 180
		<profile>
172 181
			<id>env-staging-ci</id>
......
315 324
					</plugin>
316 325
				</plugins>
317 326
			</build>
327
			<dependencies>
328
				<dependency>
329
					<groupId>axis</groupId>
330
					<artifactId>axis</artifactId>
331
					<version>1.4</version>
332
					<type>jar</type>
333
					<scope>compile</scope>
334
				</dependency>
335
			</dependencies>
318 336
		</profile>
319 337
		<profile>
320 338
			<id>env-maybank-dev</id>
......
404 422
					</plugin>
405 423
				</plugins>
406 424
			</build>
425
			<dependencies>
426
				<dependency>
427
					<groupId>axis</groupId>
428
					<artifactId>axis</artifactId>
429
					<version>1.4</version>
430
					<type>jar</type>
431
					<scope>compile</scope>
432
					<exclusions>
433
						<exclusion>
434
							<artifactId>axis-jaxrpc</artifactId>
435
							<groupId>org.apache.axis</groupId>
436
						</exclusion>
437
						<exclusion>
438
							<artifactId>axis-saaj</artifactId>
439
							<groupId>org.apache.axis</groupId>
440
						</exclusion>
441
					</exclusions>
442
				</dependency>
443
			</dependencies>
407 444
		</profile>
408 445
		<profile>
409 446
			<id>cobertura-instrument</id>
......
599 636
					</plugin>
600 637
				</plugins>
601 638
			</build>
639
			<dependencies>
640
				<dependency>
641
					<groupId>axis</groupId>
642
					<artifactId>axis</artifactId>
643
					<version>1.4</version>
644
					<type>jar</type>
645
					<scope>compile</scope>
646
				</dependency>
647
			</dependencies>
602 648
		</profile>
603 649
		<profile>
604 650
			<id>wstools</id>
......
665 711
			<classifier>${m2u-upass-classifier}</classifier>
666 712
		</dependency>
667 713
		<dependency>
668
			<groupId>axis</groupId>
669
			<artifactId>axis</artifactId>
670
			<version>1.4</version>
671
			<type>jar</type>
672
			<scope>compile</scope>
673
		</dependency>
674
		<dependency>
675 714
			<groupId>commons-discovery</groupId>
676 715
			<artifactId>commons-discovery</artifactId>
677 716
			<version>0.2</version>
......
693 732
			<scope>compile</scope>
694 733
		</dependency>
695 734
		<dependency>
696
			<groupId>axis</groupId>
697
			<artifactId>axis-jaxrpc</artifactId>
698
			<version>1.4</version>
699
			<scope>compile</scope>
700
		</dependency>
701
		<dependency>
702
			<groupId>axis</groupId>
703
			<artifactId>axis-saaj</artifactId>
704
			<version>1.4</version>
705
			<scope>compile</scope>
706
		</dependency>
707
		<dependency>
708 735
			<groupId>commons-io</groupId>
709 736
			<artifactId>commons-io</artifactId>
710 737
			<version>1.4</version>

Also available in: Unified diff