Good catch. We definitely haven't changed the philosophy on examples. They all need to be fixed.
> On May 27, 2019, at 10:20 AM, Jean-Louis Monteiro <[email protected]> > wrote: > > Here is what I can see on master for example > > *find . -name pom.xml |xargs grep '<parent>'* Here's another way to try that $ grep "<parent>" examples/*/pom.xml examples/mp-metrics-gauge/pom.xml: <parent> examples/mp-metrics-metered/pom.xml: <parent> examples/mp-opentracing-traced/pom.xml: <parent> I'll fix mp-metrics-gauge while I'm dealing with the compile issue. -David
