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

    https://github.com/apache/nifi/pull/218#discussion_r52849296
  
    --- Diff: nifi-bootstrap/pom.xml ---
    @@ -41,5 +41,12 @@
                        <groupId>org.apache.nifi</groupId>
                        <artifactId>nifi-expression-language</artifactId>
                </dependency>
    +           <dependency>
    +          <groupId>com.sun</groupId>
    +          <artifactId>tools</artifactId>
    +          <version>1.7.0+</version>
    +          <scope>system</scope>
    +          <systemPath>${java.home}/../lib/tools.jar</systemPath>
    --- End diff --
    
    I don't know if others have had this experience, but whenever tools was 
pulled in as a dependency this way, it tender to be fragile.


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