Revision 69:305a38ea01f0 pom.xml

View differences:

pom.xml
174 174
		 	</dependencies>
175 175
		</profile>
176 176
		<profile>
177
			<id>env-maybank-dev-jndi</id>
178
			<activation>
179
				<property>
180
					<name>env</name>
181
					<value>maybank-dev-jndi</value>
182
				</property>
183
			</activation>
184
			<properties>
185
				<config.postfix>.maybank-dev-jndi</config.postfix>
186
			</properties>
187
			<dependencies>
188
				<dependency>
189
		 			<groupId>org.hibernate</groupId>
190
		 			<artifactId>hibernate-core</artifactId>
191
		 			<version>3.3.1.GA</version>
192
		 			<type>jar</type>
193
		 			<scope>compile</scope>
194
		 			<exclusions>
195
						<exclusion>
196
							<groupId>xml-apis</groupId>
197
							<artifactId>xml-apis</artifactId>
198
						</exclusion>
199
					</exclusions>
200
		 		</dependency>
201
		 	</dependencies>
202
		</profile>
203
		<profile>
177 204
			<id>cobertura-instrument</id>
178 205
			<activation>
179 206
				<property>

Also available in: Unified diff