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

    https://github.com/apache/nifi/pull/2615#discussion_r210070170
  
    --- Diff: 
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
 ---
    @@ -127,8 +133,113 @@
                 <version>5.6.8</version>
                 <scope>compile</scope>
             </dependency>
    +        <dependency>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-avro-record-utils</artifactId>
    +            <version>1.7.0-SNAPSHOT</version>
    +            <scope>compile</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-schema-registry-service-api</artifactId>
    +            <scope>compile</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.mockito</groupId>
    +            <artifactId>mockito-all</artifactId>
    +            <scope>test</scope>
    +        </dependency>
         </dependencies>
     
    +    <build>
    --- End diff --
    
    @alopresto thanks for explaining that. I just added a .gitignore file into 
src/test/java and that did the trick.


---

Reply via email to