Skip to content

Commit

Permalink
[BAEL-7819] - Added standard parent pom and added start class in spri…
Browse files Browse the repository at this point in the history
…g-jooq module
  • Loading branch information
amit2103 committed Aug 5, 2018
1 parent a7689c4 commit e8397ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spring-jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit e8397ff

Please sign in to comment.