> On Aug. 27, 2018, 3:32 p.m., Steve Moist wrote: > > pom.xml > > Lines 410 (patched) > > <https://reviews.apache.org/r/68488/diff/2/?file=2076863#file2076863line410> > > > > Why is this provided? > > Brian Towles wrote: > Lombok only hooks on the compile and modified the output classes > directly. You dont need to actually include it in the distrobution. > > Steve Moist wrote: > Should it be scope compile then?
No Compile scope includes it in the transative dependencies. Provided make it available for compile but does not include in transative dependencies. - Brian ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68488/#review207990 ----------------------------------------------------------- On Aug. 31, 2018, 11:03 a.m., Brian Towles wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68488/ > ----------------------------------------------------------- > > (Updated Aug. 31, 2018, 11:03 a.m.) > > > Review request for sentry, Anthony Young-Garner, kalyan kumar kalvagadda, Na > Li, Steve Moist, and Sergio Pena. > > > Bugs: SENTRY-2367 > https://issues.apache.org/jira/browse/SENTRY-2367 > > > Repository: sentry > > > Description > ------- > > Basic implementation of the Java SPI. Abstracted to provide Factory > configuration for > instances of Service defined. > > Currently stand alone module. Will be built used by MDCM in future commits. > > > Diffs > ----- > > pom.xml fb9950d0feca18f7f49531c6c38bb7357b565e5b > sentry-spi/pom.xml PRE-CREATION > sentry-spi/src/main/java/org/apache/sentry/spi/DefaultProviderLoader.java > PRE-CREATION > sentry-spi/src/main/java/org/apache/sentry/spi/Provider.java PRE-CREATION > sentry-spi/src/main/java/org/apache/sentry/spi/ProviderFactory.java > PRE-CREATION > sentry-spi/src/main/java/org/apache/sentry/spi/ProviderLoader.java > PRE-CREATION > sentry-spi/src/main/java/org/apache/sentry/spi/ProviderManager.java > PRE-CREATION > sentry-spi/src/main/java/org/apache/sentry/spi/Spi.java PRE-CREATION > sentry-spi/src/main/java/org/apache/sentry/spi/package-info.java > PRE-CREATION > sentry-spi/src/test/java/org/apache/sentry/spi/SomeTestProvider.java > PRE-CREATION > sentry-spi/src/test/java/org/apache/sentry/spi/SomeTestProviderFactory.java > PRE-CREATION > sentry-spi/src/test/java/org/apache/sentry/spi/SomeTestProviderImplA.java > PRE-CREATION > sentry-spi/src/test/java/org/apache/sentry/spi/SomeTestProviderImplB.java > PRE-CREATION > > sentry-spi/src/test/java/org/apache/sentry/spi/SomeTestProviderImplNotLoaded.java > PRE-CREATION > sentry-spi/src/test/java/org/apache/sentry/spi/SomeTestSpi.java > PRE-CREATION > sentry-spi/src/test/java/org/apache/sentry/spi/TestProviderManager.java > PRE-CREATION > > sentry-spi/src/test/resources/META-INF/services/org.apache.sentry.spi.SomeTestProviderFactory > PRE-CREATION > sentry-spi/src/test/resources/META-INF/services/org.apache.sentry.spi.Spi > PRE-CREATION > > > Diff: https://reviews.apache.org/r/68488/diff/3/ > > > Testing > ------- > > Unit tests. > > > Thanks, > > Brian Towles > >