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 <[email protected]> wrote: > yes, found this > > <dependency> > <groupId>com.googlecode.json-simple</groupId> > <artifactId>json-simple</artifactId> > <version>${simple-json.version}</version> > <optional>true</optional> > </dependency> > > 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, Christian Schulte <[email protected]> wrote: > >> Am 07/23/16 um 23:41 schrieb Dan Tran: >> > Looks good on my 170 modules with Takari's smart builder build. Except >> > one module with one transitive dependency disappears and causes >> compilation >> > error. >> > >> > Any suggestion how to troubleshoot is very much reproducible build >> failure? >> >> Could be caused by having set 'optional' to 'true' of that dependency >> somewhere. If that's the case, then it's correct that the dependency >> disappears. Bug is the dependency beeing part of the classpath although >> optional is set to true. >> >> Regards, >> -- >> Christian >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
