> On July 24, 2017, 4:40 p.m., Colm O hEigeartaigh wrote:
> > Why is the noggit dependency introduced in agents-audit? Also the protobuf 
> > version in the root pom that isn't used? You need to make the changes to 
> > src/main/assembly/kms.xml as I explained above.

Actually all of the files that reference noggit in src/main/assembly should be 
changed along these lines:


<include>org.noggit:noggit:jar:${noggit.version}</include>

with

<include>org.noggit:noggit</include>

That includes the noggit jar in the plugins without having to add a dependency 
in the poms. We should also do the same for:

'com.google.protobuf:protobuf-java:jar:${protobuf-java.version}


- Colm


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60997/#review181226
-----------------------------------------------------------


On July 24, 2017, 1:23 p.m., pengjianhua wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/60997/
> -----------------------------------------------------------
> 
> (Updated July 24, 2017, 1:23 p.m.)
> 
> 
> Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Colm O 
> hEigeartaigh, Gautam Borad, Madhan Neethiraj, Ramesh Mani, Selvamohan 
> Neethiraj, Velmurugan Periasamy, and Qiang Zhang.
> 
> 
> Bugs: RANGER-1698
>     https://issues.apache.org/jira/browse/RANGER-1698
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Plugin writed audit log to solr failure because of the lack of noggit-0.6.jar 
> in plugin lib path.
> The following issue removed the related dependency:
> RANGER-1587 - Cleanup Ranger KMS service dependencies.
> 
> 
> Diffs
> -----
> 
>   agents-audit/pom.xml c8bd1d8 
>   pom.xml 3fcc4aa 
> 
> 
> Diff: https://reviews.apache.org/r/60997/diff/2/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> pengjianhua
> 
>

Reply via email to