Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2518#discussion_r178483377
  
    --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml 
---
    @@ -79,6 +80,73 @@
                 <scope>test</scope>
             </dependency>
     
    +        <dependency>
    +            <groupId>org.apache.hbase</groupId>
    +            <artifactId>hbase-server</artifactId>
    +            <version>1.3.1</version>
    +            <type>test-jar</type>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hbase</groupId>
    +            <artifactId>hbase-server</artifactId>
    +            <version>1.3.1</version>
    +            <scope>test</scope>
    +        </dependency>
    +
    +        <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-hdfs</artifactId>
    +            <version>2.9.0</version>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-hdfs</artifactId>
    +            <type>test-jar</type>
    +            <version>2.9.0</version>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-common</artifactId>
    +            <version>2.9.0</version>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-common</artifactId>
    +            <version>2.9.0</version>
    +            <type>test-jar</type>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-auth</artifactId>
    +            <version>2.9.0</version>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hbase</groupId>
    +            <artifactId>hbase-hadoop-compat</artifactId>
    +            <version>1.3.1</version>
    +            <type>test-jar</type>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.hbase</groupId>
    +            <artifactId>hbase-hadoop2-compat</artifactId>
    +            <version>1.3.1</version>
    +            <type>test-jar</type>
    +            <scope>test</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-hbase_1_1_2-client-service</artifactId>
    +            <version>1.6.0-SNAPSHOT</version>
    --- End diff --
    
    What I'm used to seeing is that, in dependencyManagement for the 
appropriate parent pom (in this case, 
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-services/pom.xml),
 this GAV would be declared which would turn this local GAV into just GA.


---

Reply via email to