<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>n-cube</artifactId>
<version>4.1.24</version>
</dependency>
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.6.RELEASE</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- com.cedarsoftware:json-command-servlet:1.8.2
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.springframework:spring-orm:4.3.11.RELEASE
|-- org.springframework:spring-aspects:4.3.11.RELEASE
|-- org.springframework:spring-context-support:4.3.11.RELEASE
|-- org.codehaus.groovy:groovy-all:2.4.12
|-- com.google.guava:guava:23.0
|-- com.cedarsoftware:json-io:4.10.0
|-- com.cedarsoftware:java-util:1.32.0
optional
|-- ch.qos.logback:logback-classic
provided
|-- javax.servlet:servlet-api:2.5
|-- javax.servlet:javax.servlet-api:3.1.0
test