Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Dan Tran
Spring folks agree it is a bug. See StackOverflow link for details -Dan On Sun, Jul 24, 2016 at 11:11 AM, Dan Tran wrote: > > http://stackoverflow.com/questions/38555184/json-simple-marked-as-optional-under-spring-boot-dependencies-intentional > > For my case, i override it at my BOM > > -D > >

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Mirko Friedenhagen
Hello, I just published a Docker image at https://hub.docker.com/r/mfriedenhagen/docker-maven/. However, because I often use Maven in a CI environment I replaced the gossip and jansi jars with slf4j-simple. After adapting findbugs-maven-plugin to 3.0.4 my projects run successfully. Regards Mirko -

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Dan Tran
http://stackoverflow.com/questions/38555184/json-simple-marked-as-optional-under-spring-boot-dependencies-intentional For my case, i override it at my BOM -D On Sun, Jul 24, 2016 at 10:44 AM, Christian Schulte wrote: > Am 07/24/16 um 19:25 schrieb Dan Tran: > > Yes, I need to override the orig

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Christian Schulte
Am 07/24/16 um 19:25 schrieb Dan Tran: > Yes, I need to override the original import with 'optional' set to false. > At the same time, i file a bug with spring to see if it is intentional > This is what I would do as well. If the majority of users will never need that dependency and it is not n

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Dan Tran
Yes, I need to override the original import with 'optional' set to false. At the same time, i file a bug with spring to see if it is intentional Thanks -D On Sun, Jul 24, 2016 at 9:54 AM, Christian Schulte wrote: > Am 07/24/16 um 09:32 schrieb Dan Tran: > > yes, found this > > > > > > com

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Christian Schulte
Am 07/24/16 um 09:32 schrieb Dan Tran: > yes, found this > > > com.googlecode.json-simple > json-simple > ${simple-json.version} > true > > > at sprint-boot-dependencies-1.2.8's dependencyManagement. This may be a > bug of the BOM. Not sure why it is set as optional and it is the only one > i

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Dan Tran
http://central.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/1.3.6.RELEASE/spring-boot-dependencies-1.3.6.RELEASE.pom On Sun, Jul 24, 2016 at 12:32 AM, Dan Tran wrote: > yes, found this > > > com.googlecode.json-simple > json-simple > ${simple-json.version} > true > > >

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 3)

2016-07-24 Thread Dan Tran
yes, found this com.googlecode.json-simple json-simple ${simple-json.version} true at sprint-boot-dependencies-1.2.8's dependencyManagement. This may be a bug of the BOM. Not sure why it is set as optional and it is the only one in that BOM. Thanks -D On Sat, Jul 23, 2016 at 4:12 PM, Chris