| 
									
										
										
										
											2016-07-22 22:14:48 +03:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>xmlunit-2</artifactId> | 
					
						
							| 
									
										
										
										
											2018-11-30 22:16:08 +05:30
										 |  |  | 	<name>xmlunit-2</name> | 
					
						
							| 
									
										
										
										
											2016-12-01 13:07:39 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-modules</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2019-07-18 16:48:37 +02:00
										 |  |  |         <relativePath>../../</relativePath> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2016-12-01 13:07:39 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.xmlunit</groupId> | 
					
						
							|  |  |  |             <artifactId>xmlunit-matchers</artifactId> | 
					
						
							|  |  |  |             <version>${xmlunit.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.xmlunit</groupId> | 
					
						
							|  |  |  |             <artifactId>xmlunit-core</artifactId> | 
					
						
							|  |  |  |             <version>${xmlunit.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2016-12-01 13:07:39 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <!-- testing --> | 
					
						
							|  |  |  |         <xmlunit.version>2.3.0</xmlunit.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2017-03-24 16:17:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-22 22:14:48 +03:00
										 |  |  | </project> |