[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>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<artifactId>parent-boot-1</artifactId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<groupId>com.baeldung</groupId>
|
||||||
<version>1.4.4.RELEASE</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<relativePath/>
|
<relativePath>../parent-boot-1</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -192,13 +192,13 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<org.jooq.version>3.8.6</org.jooq.version>
|
<org.jooq.version>3.8.6</org.jooq.version>
|
||||||
<com.h2database.version>1.4.193</com.h2database.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>
|
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
|
||||||
<sql-maven-plugin.version>1.5</sql-maven-plugin.version>
|
<sql-maven-plugin.version>1.5</sql-maven-plugin.version>
|
||||||
<properties-maven-plugin.version>1.0.0</properties-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>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user