You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by joewitt <gi...@git.apache.org> on 2017/04/07 20:03:20 UTC

[GitHub] nifi pull request #1610: NIFI-3633 Adding HttpNotificationService.

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

    https://github.com/apache/nifi/pull/1610#discussion_r110471797
  
    --- Diff: nifi-bootstrap/pom.xml ---
    @@ -34,13 +34,26 @@ language governing permissions and limitations under the License. -->
                 <artifactId>nifi-utils</artifactId>
             </dependency>
             <dependency>
    +            <groupId>org.apache.nifi</groupId>
    --- End diff --
    
    by pulling this dependency in here you'll also need to handle the dependency properly in the rpm assembly.  Otherwise when the RPM is built it wont work.  True for any transitive deps of this as well.


---
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.
---