| 
									
										
										
										
											2018-07-17 22:17:48 +01: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> | 
					
						
							|  |  |  |   <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |   <artifactId>spring-rest-hal-browser</artifactId> | 
					
						
							|  |  |  |   <version>1.0-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2018-11-30 22:16:08 +05:30
										 |  |  |   <name>spring-rest-hal-browser</name> | 
					
						
							| 
									
										
										
										
											2018-07-17 22:17:48 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-05 00:51:24 +05:30
										 |  |  |   <parent> | 
					
						
							|  |  |  |     <artifactId>parent-boot-1</artifactId> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <relativePath>../parent-boot-1</relativePath> | 
					
						
							|  |  |  |   </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-17 22:17:48 +01:00
										 |  |  |   <dependencies> | 
					
						
							|  |  |  |     <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web --> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |       <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |       <version>2.0.3.RELEASE</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa --> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |       <artifactId>spring-boot-starter-data-jpa</artifactId> | 
					
						
							|  |  |  |       <version>2.0.3.RELEASE</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <!-- https://mvnrepository.com/artifact/org.springframework.data/spring-data-rest-hal-browser --> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>org.springframework.data</groupId> | 
					
						
							|  |  |  |       <artifactId>spring-data-rest-hal-browser</artifactId> | 
					
						
							|  |  |  |       <version>3.0.8.RELEASE</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <!-- https://mvnrepository.com/artifact/com.h2database/h2 --> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>com.h2database</groupId> | 
					
						
							|  |  |  |       <artifactId>h2</artifactId> | 
					
						
							|  |  |  |       <version>1.4.197</version> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |   </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-10 01:47:19 +05:30
										 |  |  |   <build> | 
					
						
							|  |  |  |     <plugins> | 
					
						
							|  |  |  |       <plugin> | 
					
						
							|  |  |  |         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |         <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |         <configuration> | 
					
						
							|  |  |  |           <source>1.8</source> | 
					
						
							|  |  |  |           <target>1.8</target> | 
					
						
							|  |  |  |         </configuration> | 
					
						
							|  |  |  |       </plugin> | 
					
						
							|  |  |  |     </plugins> | 
					
						
							|  |  |  |   </build> | 
					
						
							| 
									
										
										
										
											2018-07-17 22:17:48 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |