[BAEL-7819] - Added standard parent pom and added start class in sprig-jooq module
This commit is contained in:
parent
a7689c4ae2
commit
e8397ff0cb
|
@ -5,10 +5,10 @@
|
|||
<version>0.0.1-SNAPSHOT</version>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.4.4.RELEASE</version>
|
||||
<relativePath/>
|
||||
<artifactId>parent-boot-1</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../parent-boot-1</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -192,13 +192,13 @@
|
|||
<properties>
|
||||
<org.jooq.version>3.8.6</org.jooq.version>
|
||||
<com.h2database.version>1.4.193</com.h2database.version>
|
||||
<org.springframework.version>4.3.4.RELEASE</org.springframework.version>
|
||||
<org.springframework.version>4.3.17.RELEASE</org.springframework.version>
|
||||
|
||||
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
|
||||
<sql-maven-plugin.version>1.5</sql-maven-plugin.version>
|
||||
<properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
|
||||
<spring-boot.version>1.4.4.RELEASE</spring-boot.version>
|
||||
|
||||
<spring-boot.version>1.5.13.RELEASE</spring-boot.version>
|
||||
<start-class>org.jooq.example.spring.Application</start-class>
|
||||
</properties>
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue