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

    https://github.com/apache/nifi-minifi/pull/43#discussion_r87867569
  
    --- Diff: 
minifi-nar-bundles/minifi-framework-bundle/minifi-framework-nar/pom.xml ---
    @@ -34,51 +34,70 @@ limitations under the License.
             <source.skip>true</source.skip>
         </properties>
         <dependencies>
    -        <!-- mark these nifi artifacts as provided since it is included in 
the lib -->
    +        <dependency>
    +            <groupId>org.apache.nifi.minifi</groupId>
    +            <artifactId>minifi-framework-core</artifactId>
    +            <scope>provided</scope>
    +        </dependency>
    +        <dependency>
    +            <groupId>org.apache.nifi.minifi</groupId>
    +            <artifactId>minifi-api</artifactId>
    +            <scope>provided</scope>
    +        </dependency>
    +
    +        <!-- NiFi Framework level dependencies -->
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-api</artifactId>
    -            <scope>provided</scope>
    +            <scope>compile</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-runtime</artifactId>
    -            <scope>provided</scope>
    +            <scope>compile</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-nar-utils</artifactId>
    -            <scope>provided</scope>
    +            <scope>compile</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-properties</artifactId>
    -            <scope>provided</scope>
    +            <scope>compile</scope>
             </dependency>
             <dependency>
    -            <groupId>org.apache.nifi.minifi</groupId>
    -            <artifactId>minifi-framework-core</artifactId>
    -            <scope>provided</scope>
    +            <groupId>org.apache.nifi</groupId>
    +            <artifactId>nifi-security</artifactId>
    +            <scope>compile</scope>
    +            <version>1.0.0</version>
             </dependency>
             <dependency>
    -            <groupId>org.apache.nifi</groupId>
    -            <artifactId>nifi-administration</artifactId>
    -            <scope>provided</scope>
    +            <groupId>org.eclipse.jetty</groupId>
    +            <artifactId>jetty-server</artifactId>
             </dependency>
             <dependency>
    -            <groupId>org.apache.nifi.minifi</groupId>
    -            <artifactId>minifi-api</artifactId>
    -            <scope>provided</scope>
    +            <groupId>org.eclipse.jetty</groupId>
    +            <artifactId>jetty-servlet</artifactId>
             </dependency>
             <dependency>
    -            <groupId>org.apache.nifi</groupId>
    -            <artifactId>nifi-framework-core</artifactId>
    -            <scope>provided</scope>
    +            <groupId>org.eclipse.jetty</groupId>
    +            <artifactId>jetty-webapp</artifactId>
    --- End diff --
    
    This is what precipitated the changes to assembly.  Ultimately the 
motivation is to treat these items as core framework dependencies given their 
necessity by the configuration change notifiers and should hopefully make items 
a bit more consistent in terms of where dependencies enter into the project. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to