Add dependency management for json-path-assert
Closes gh-3361
This commit is contained in:
		
							parent
							
								
									63e8314eb4
								
							
						
					
					
						commit
						0db7bd37c2
					
				| 
						 | 
					@ -569,6 +569,11 @@
 | 
				
			||||||
				<artifactId>json-path</artifactId>
 | 
									<artifactId>json-path</artifactId>
 | 
				
			||||||
				<version>${json-path.version}</version>
 | 
									<version>${json-path.version}</version>
 | 
				
			||||||
			</dependency>
 | 
								</dependency>
 | 
				
			||||||
 | 
								<dependency>
 | 
				
			||||||
 | 
									<groupId>com.jayway.jsonpath</groupId>
 | 
				
			||||||
 | 
									<artifactId>json-path-assert</artifactId>
 | 
				
			||||||
 | 
									<version>${json-path.version}</version>
 | 
				
			||||||
 | 
								</dependency>
 | 
				
			||||||
			<dependency>
 | 
								<dependency>
 | 
				
			||||||
				<groupId>com.samskivert</groupId>
 | 
									<groupId>com.samskivert</groupId>
 | 
				
			||||||
				<artifactId>jmustache</artifactId>
 | 
									<artifactId>jmustache</artifactId>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue