sebawagner commented on a change in pull request #130:
URL: https://github.com/apache/openmeetings/pull/130#discussion_r580616047
##########
File path: openmeetings-web/pom.xml
##########
@@ -627,6 +627,14 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_servlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-catalina</artifactId>
Review comment:
Jetty seems to work fine. I did test starting it up with embedded Jetty
via Maven and there wasn't any issue.
Neither during startup nor later in the openmeetings.log
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]