| 
									
										
										
										
											2016-01-14 08:42:10 +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/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-data-elasticsearch</artifactId> | 
					
						
							|  |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>spring-data-elasticsearch</name> | 
					
						
							| 
									
										
										
										
											2019-02-10 01:47:19 +05:30
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2016-01-14 08:42:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2019-01-09 12:23:10 -02:00
										 |  |  |         <artifactId>parent-spring-5</artifactId> | 
					
						
							| 
									
										
										
										
											2018-07-12 12:34:54 +05:30
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2019-01-09 12:23:10 -02:00
										 |  |  |         <relativePath>../../parent-spring-5</relativePath> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2016-01-14 08:42:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-core</artifactId> | 
					
						
							| 
									
										
										
										
											2018-06-02 20:14:15 +05:30
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-07-28 02:27:47 +03:00
										 |  |  |          | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-context</artifactId> | 
					
						
							|  |  |  |             <version>${spring.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |                  | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.data</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-data-elasticsearch</artifactId> | 
					
						
							|  |  |  |             <version>${spring-data-elasticsearch.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-01-14 08:42:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2018-07-28 02:27:47 +03:00
										 |  |  |             <groupId>org.elasticsearch</groupId> | 
					
						
							|  |  |  |             <artifactId>elasticsearch</artifactId> | 
					
						
							|  |  |  |             <version>${elasticsearch.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.alibaba</groupId> | 
					
						
							|  |  |  |             <artifactId>fastjson</artifactId> | 
					
						
							|  |  |  |             <version>${fastjson.version}</version> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-07-28 02:27:47 +03:00
										 |  |  |          | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  | 		    <groupId>org.locationtech.spatial4j</groupId> | 
					
						
							|  |  |  | 		    <artifactId>spatial4j</artifactId> | 
					
						
							|  |  |  | 		    <version>${spatial4j.version}</version>                         | 
					
						
							|  |  |  | 		</dependency> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.vividsolutions</groupId> | 
					
						
							|  |  |  |             <artifactId>jts</artifactId> | 
					
						
							|  |  |  |             <version>${jts.version}</version> | 
					
						
							|  |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>xerces</groupId> | 
					
						
							|  |  |  |                     <artifactId>xercesImpl</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-07-28 02:27:47 +03:00
										 |  |  |          | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.logging.log4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j-core</artifactId> | 
					
						
							|  |  |  |             <version>${log4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.elasticsearch.client</groupId> | 
					
						
							|  |  |  |             <artifactId>transport</artifactId> | 
					
						
							|  |  |  |             <version>${elasticsearch.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |          | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-test</artifactId> | 
					
						
							| 
									
										
										
										
											2018-06-02 20:14:15 +05:30
										 |  |  |             <version>${spring.version}</version> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2018-07-28 02:27:47 +03:00
										 |  |  |          | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>net.java.dev.jna</groupId> | 
					
						
							|  |  |  |             <artifactId>jna</artifactId> | 
					
						
							|  |  |  |             <version>${jna.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2017-05-12 20:32:54 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <maven.compiler.source>1.8</maven.compiler.source> | 
					
						
							|  |  |  |         <maven.compiler.target>1.8</maven.compiler.target> | 
					
						
							| 
									
										
										
										
											2018-07-28 02:27:47 +03:00
										 |  |  |         <spring-data-elasticsearch.version>3.0.8.RELEASE</spring-data-elasticsearch.version> | 
					
						
							|  |  |  |         <jna.version>4.5.2</jna.version> | 
					
						
							|  |  |  |         <elasticsearch.version>5.6.0</elasticsearch.version> | 
					
						
							|  |  |  |         <fastjson.version>1.2.47</fastjson.version> | 
					
						
							|  |  |  |         <spatial4j.version>0.6</spatial4j.version> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |         <jts.version>1.13</jts.version> | 
					
						
							| 
									
										
										
										
											2018-07-28 02:27:47 +03:00
										 |  |  |         <log4j.version>2.9.1</log4j.version> | 
					
						
							| 
									
										
										
										
											2018-04-26 18:07:47 +05:30
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2018-01-16 01:11:38 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-16 12:00:10 +02:00
										 |  |  | </project> |