<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-web</artifactId>
<version>0.0.123</version>
</dependency>
<parent> <groupId>io.datarouter</groupId> <artifactId>datarouter-parent</artifactId> <version>0.0.123</version> </parent>
compile
|-- io.datarouter:datarouter-auth
|-- io.datarouter:datarouter-email
|-- org.glassfish.web:javax.servlet.jsp.jstl:1.2.5
|-- com.google.inject.extensions:guice-servlet
|-- commons-fileupload:commons-fileupload:1.5
|-- org.apache.logging.log4j:log4j-core
|-- io.opencensus:opencensus-exporter-metrics-util:0.31.1
provided
|-- javax.servlet:javax.servlet-api:4.0.1
runtime
test