| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  | <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> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 11:49:59 +02:00
										 |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |     <artifactId>spring-data-mongodb</artifactId> | 
					
						
							|  |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <name>spring-data-mongodb</name> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.data</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-data-mongodb</artifactId> | 
					
						
							| 
									
										
										
										
											2015-07-29 19:12:56 +03:00
										 |  |  |             <version>${org.springframework.data.version}</version> | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-08-10 16:31:21 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-08 13:11:11 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-core</artifactId> | 
					
						
							|  |  |  |             <version>${org.springframework.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>junit</groupId> | 
					
						
							|  |  |  |             <artifactId>junit-dep</artifactId> | 
					
						
							|  |  |  |             <version>${junit.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hamcrest</groupId> | 
					
						
							|  |  |  |             <artifactId>hamcrest-core</artifactId> | 
					
						
							|  |  |  |             <version>${org.hamcrest.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hamcrest</groupId> | 
					
						
							|  |  |  |             <artifactId>hamcrest-library</artifactId> | 
					
						
							|  |  |  |             <version>${org.hamcrest.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-test</artifactId> | 
					
						
							| 
									
										
										
										
											2015-07-29 19:12:56 +03:00
										 |  |  |             <version>${org.springframework.version}</version> | 
					
						
							| 
									
										
										
										
											2015-08-10 16:31:21 +02:00
										 |  |  |             <scope>test</scope> | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2015-07-29 19:12:56 +03:00
										 |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>slf4j-api</artifactId> | 
					
						
							|  |  |  |             <version>${org.slf4j.version}</version> | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-29 19:12:56 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>ch.qos.logback</groupId> | 
					
						
							|  |  |  |             <artifactId>logback-classic</artifactId> | 
					
						
							|  |  |  |             <version>${logback.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-29 19:12:56 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>jcl-over-slf4j</artifactId> | 
					
						
							|  |  |  |             <version>${org.slf4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-29 19:12:56 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j-over-slf4j</artifactId> | 
					
						
							|  |  |  |             <version>${org.slf4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-07 10:46:27 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.mysema.querydsl</groupId> | 
					
						
							|  |  |  |             <artifactId>querydsl-mongodb</artifactId> | 
					
						
							|  |  |  |             <version>${querydsl.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-08-07 13:45:11 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.mysema.querydsl</groupId> | 
					
						
							|  |  |  |             <artifactId>querydsl-apt</artifactId> | 
					
						
							| 
									
										
										
										
											2015-08-07 21:57:09 +03:00
										 |  |  |             <version>${querydsl.version}</version> | 
					
						
							| 
									
										
										
										
											2015-08-07 13:45:11 +03:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2015-08-07 10:46:27 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							| 
									
										
										
										
											2015-08-07 13:45:11 +03:00
										 |  |  |                 <groupId>com.mysema.maven</groupId> | 
					
						
							|  |  |  |                 <artifactId>apt-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2015-08-07 21:57:09 +03:00
										 |  |  |                 <version>${mysema.maven.version}</version> | 
					
						
							| 
									
										
										
										
											2015-08-07 13:45:11 +03:00
										 |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>process</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <outputDirectory>target/generated-sources/java</outputDirectory> | 
					
						
							|  |  |  |                             <processor>org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor</processor> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2015-08-07 21:57:09 +03:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>2.3.2</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <source>1.8</source> | 
					
						
							|  |  |  |                     <target>1.8</target> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2016-10-19 13:15:28 +02:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-surefire-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <excludes> | 
					
						
							|  |  |  |                         <exclude>**/*IntegrationTest.java</exclude> | 
					
						
							|  |  |  |                         <exclude>**/*LiveTest.java</exclude> | 
					
						
							|  |  |  |                     </excludes> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-19 13:15:28 +02:00
										 |  |  |     <profiles> | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>integration</id> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <plugins> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <phase>integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>test</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <excludes> | 
					
						
							|  |  |  |                                         <exclude>**/*LiveTest.java</exclude> | 
					
						
							|  |  |  |                                     </excludes> | 
					
						
							|  |  |  |                                     <includes> | 
					
						
							|  |  |  |                                         <include>**/*IntegrationTest.java</include> | 
					
						
							|  |  |  |                                     </includes> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <systemPropertyVariables> | 
					
						
							|  |  |  |                                 <test.mime>json</test.mime> | 
					
						
							|  |  |  |                             </systemPropertyVariables> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                 </plugins> | 
					
						
							|  |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							|  |  |  |      | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							| 
									
										
										
										
											2016-01-30 12:00:06 +02:00
										 |  |  |          | 
					
						
							| 
									
										
										
										
											2016-03-06 11:59:13 +02:00
										 |  |  |         <org.springframework.version>4.2.5.RELEASE</org.springframework.version> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <org.springframework.data.version>1.7.1.RELEASE</org.springframework.data.version> | 
					
						
							| 
									
										
										
										
											2016-01-30 12:00:06 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  |         <org.hamcrest.version>1.3</org.hamcrest.version> | 
					
						
							|  |  |  |         <junit.version>4.11</junit.version> | 
					
						
							| 
									
										
										
										
											2016-03-06 12:10:06 +02:00
										 |  |  |         <rest-assured.version>2.9.0</rest-assured.version> | 
					
						
							| 
									
										
										
										
											2015-08-07 10:46:27 +03:00
										 |  |  |         <querydsl.version>3.6.6</querydsl.version> | 
					
						
							| 
									
										
										
										
											2015-08-07 21:57:09 +03:00
										 |  |  |         <mysema.maven.version>1.1.3</mysema.maven.version> | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <org.slf4j.version>1.7.12</org.slf4j.version> | 
					
						
							|  |  |  |         <logback.version>1.1.3</logback.version> | 
					
						
							| 
									
										
										
										
											2016-10-19 13:15:28 +02:00
										 |  |  |         <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>         | 
					
						
							| 
									
										
										
										
											2015-07-31 16:20:14 +03:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-26 16:01:12 +02:00
										 |  |  | </project> |