Revision 113:34db4a813072

View differences:

pom.xml
519 519
					</exclusions>
520 520
				</dependency>
521 521
			</dependencies>
522
			<dependencies>
523
				<dependency>
524
					<groupId>org.hibernate</groupId>
525
					<artifactId>hibernate-core</artifactId>
526
					<version>3.3.1.GA</version>
527
					<type>jar</type>
528
					<scope>compile</scope>
529
					<exclusions>
530
						<exclusion>
531
							<groupId>xml-apis</groupId>
532
							<artifactId>xml-apis</artifactId>
533
						</exclusion>
534
					</exclusions>
535
				</dependency>
536
				<dependency>
537
					<groupId>org.hibernate</groupId>
538
					<artifactId>hibernate-c3p0</artifactId>
539
					<version>3.3.1.GA</version>
540
				</dependency>
541
				<dependency>
542
					<groupId>axis</groupId>
543
					<artifactId>axis</artifactId>
544
					<version>1.4</version>
545
					<type>jar</type>
546
					<scope>compile</scope>
547
					<exclusions>
548
						<exclusion>
549
							<artifactId>axis-jaxrpc</artifactId>
550
							<groupId>org.apache.axis</groupId>
551
						</exclusion>
552
						<exclusion>
553
							<artifactId>axis-saaj</artifactId>
554
							<groupId>org.apache.axis</groupId>
555
						</exclusion>
556
					</exclusions>
557
				</dependency>
558
			</dependencies>
559 522
		</profile>
560 523
		<profile>
561 524
			<id>env-maybank-prod-jndi</id>

Also available in: Unified diff