<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-core</artifactId>
<version>0.0.3</version>
</dependency>
<parent> <groupId>com.github.katari</groupId> <artifactId>k2-parent</artifactId> <version>0.0.3</version> </parent>
compile
|-- org.slf4j:log4j-over-slf4j:1.7.21
|-- ch.qos.logback:logback-classic
|-- org.springframework.boot:spring-boot
|-- org.eclipse.jetty:jetty-webapp
|-- javax.servlet:javax.servlet-api
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
|-- org.apache.commons:commons-lang3
|-- junit:junit
test