You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mattyb149 <gi...@git.apache.org> on 2016/07/24 02:25:27 UTC

[GitHub] nifi pull request #254: NIFI-1583 Added ConvertJSONtoCSV processor

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

    https://github.com/apache/nifi/pull/254#discussion_r71980828
  
    --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---
    @@ -221,6 +221,11 @@ language governing permissions and limitations under the License. -->
                 <version>1.4.187</version>
                 <scope>test</scope>
             </dependency>
    +        <dependency>
    +            <groupId>org.json</groupId>
    +            <artifactId>json</artifactId>
    --- End diff --
    
    the standard bundle has jackson dependencies already, does this need org.json.json to accomplish the task?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---