JAVA-1635: Remove unnecessary dependencies and overridden spring-boot.version
This commit is contained in:
		
							parent
							
								
									9b36eac628
								
							
						
					
					
						commit
						3c455c5c56
					
				| @ -35,23 +35,21 @@ | |||||||
|             <version>${lombok.version}</version> |             <version>${lombok.version}</version> | ||||||
|             <scope>compile</scope> |             <scope>compile</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |  | ||||||
|             <groupId>org.hibernate</groupId> |  | ||||||
|             <artifactId>hibernate-core</artifactId> |  | ||||||
|             <version>${hibernate.version}</version> |  | ||||||
|         </dependency> |  | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>com.vladmihalcea</groupId> |             <groupId>com.vladmihalcea</groupId> | ||||||
|             <artifactId>db-util</artifactId> |             <artifactId>db-util</artifactId> | ||||||
|             <version>${db-util.version}</version> |             <version>${db-util.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |         <dependency> | ||||||
|  |             <groupId>net.bytebuddy</groupId> | ||||||
|  |             <artifactId>byte-buddy</artifactId> | ||||||
|  |             <version>${byte-buddy.version}</version> | ||||||
|  |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
| 
 | 
 | ||||||
|     <properties> |     <properties> | ||||||
|         <!-- The main class to start by executing java -jar --> |         <!-- The main class to start by executing java -jar --> | ||||||
|         <start-class>com.baeldung.h2db.demo.server.SpringBootApp</start-class> |         <start-class>com.baeldung.h2db.demo.server.SpringBootApp</start-class> | ||||||
|         <spring-boot.version>2.0.4.RELEASE</spring-boot.version> |  | ||||||
|         <hibernate.version>5.3.11.Final</hibernate.version> |  | ||||||
|         <db-util.version>1.0.4</db-util.version> |         <db-util.version>1.0.4</db-util.version> | ||||||
|     </properties> |     </properties> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -8,5 +8,4 @@ spring.jpa.properties.hibernate.format_sql=true | |||||||
| spring.jpa.properties.hibernate.validator.apply_to_ddl=false | spring.jpa.properties.hibernate.validator.apply_to_ddl=false | ||||||
| #spring.jpa.properties.hibernate.check_nullability=true | #spring.jpa.properties.hibernate.check_nullability=true | ||||||
| spring.h2.console.enabled=true | spring.h2.console.enabled=true | ||||||
| spring.h2.console.path=/h2-console | spring.h2.console.path=/h2-console | ||||||
| debug=true |  | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user