You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by JPercivall <gi...@git.apache.org> on 2018/03/13 01:46:49 UTC

[GitHub] nifi pull request #2113: NIFI-4325 Added new processor that uses the JSON DS...

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

    https://github.com/apache/nifi/pull/2113#discussion_r173996495
  
    --- Diff: nifi-assembly/pom.xml ---
    @@ -445,6 +445,24 @@ language governing permissions and limitations under the License. -->
                 <version>1.6.0-SNAPSHOT</version>
                 <type>nar</type>
             </dependency>
    +        <dependency>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-elasticsearch-client-service-api-nar</artifactId>
    --- End diff --
    
    My build is failing due to this. I don't see this artifact created anywhere.


---