Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/9#discussion_r59967287
--- Diff:
minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/pom.xml
---
@@ -40,6 +40,24 @@ limitations under the License.
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>ro.pippo</groupId>
+ <artifactId>pippo-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ro.pippo</groupId>
+ <artifactId>pippo-tomcat</artifactId>
--- End diff --
It was part due to not knowing enough about the differences between Tomcat
and Jetty, as well as having a bit of trouble configuring Jetty to do https. If
Jetty is much better suited to our needs I will work through the problems I was
having initially.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---