| 
									
										
										
										
											2022-11-05 15:04:21 -03:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							|  |  |  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							|  |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>spring-boot-persistence-mongodb-3</artifactId> | 
					
						
							|  |  |  |     <name>spring-boot-persistence-mongodb-3</name> | 
					
						
							|  |  |  |     <description>This is simple boot application for Spring boot persistence mongodb</description> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2023-09-30 03:44:07 -03:00
										 |  |  |         <artifactId>parent-boot-3</artifactId> | 
					
						
							| 
									
										
										
										
											2022-11-05 15:04:21 -03:00
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2023-09-30 03:44:07 -03:00
										 |  |  |         <relativePath>../../parent-boot-3</relativePath> | 
					
						
							| 
									
										
										
										
											2022-11-05 15:04:21 -03:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-data-mongodb</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-05-23 22:03:06 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.mongodb</groupId> | 
					
						
							|  |  |  |             <artifactId>mongodb-crypt</artifactId> | 
					
						
							|  |  |  |             <version>${mongodb-crypt.version}</version> | 
					
						
							| 
									
										
										
										
											2023-01-13 04:53:50 -03:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-11-05 15:04:21 -03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>de.flapdoodle.embed</groupId> | 
					
						
							|  |  |  |             <artifactId>de.flapdoodle.embed.mongo</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							| 
									
										
										
										
											2023-09-30 03:44:07 -03:00
										 |  |  |             <version>${de.flapdoodle.embed.mongo.version}</version> | 
					
						
							| 
									
										
										
										
											2022-11-05 15:04:21 -03:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-13 04:53:50 -03:00
										 |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2023-09-30 03:44:07 -03:00
										 |  |  |         <start-class>com.baeldung.boot.atlassearch.MongoDbAtlasSearchApplication</start-class> | 
					
						
							|  |  |  |         <mongodb-crypt.version>1.8.0</mongodb-crypt.version> | 
					
						
							|  |  |  |         <de.flapdoodle.embed.mongo.version>4.9.2</de.flapdoodle.embed.mongo.version> | 
					
						
							| 
									
										
										
										
											2023-01-13 04:53:50 -03:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2022-11-05 15:04:21 -03:00
										 |  |  | </project> |