Re: Help on parent pom for spring boot project

2015-09-19 Thread Jeff MAURY
If you follow Maven rules if you import both spring boot and Jackson then the version of Jackson use will be the one from you pom Jeff Le 19 sept. 2015 04:16, "Subramanian Olagappan" a écrit : > Hi Jeff, > > This is one option and it is listed in the spring documentation. In

Re: Help on parent pom for spring boot project

2015-09-18 Thread Jeff MAURY
Use import scope for boot pom Jeff Le 18 sept. 2015 19:59, "Subramanian Olagappan" a écrit : > Sorry.. re-sending it again. > > Thanks, > Subbu > > On Fri, Sep 18, 2015 at 11:21 PM, Subramanian Olagappan > wrote: > > > Hi, > > > > We have a company wide

Re: Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Sorry.. re-sending it again. Thanks, Subbu On Fri, Sep 18, 2015 at 11:21 PM, Subramanian Olagappan wrote: > Hi, > > We have a company wide parent pom for all the projects and it has all the > plugin and distribution management code. I now have a new project where we > wanted

Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Hi, We have a company wide parent pom for all the projects and it has all the plugin and distribution management code. I now have a new project where we wanted to use spring-boot-starter-parent. We also wanted to update few of the versions using the property tag [ As described in 13.1.3 of

Re: Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Hi Jeff, This is one option and it is listed in the spring documentation. In our case, eg: we want to use newer version of jaxson and "import" is not working. The working soln is, have spring-boot-starter-parent as parent pom and over ride the jaxson version ( as listed in the doc, see the URL in