<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>n-cube</artifactId>
<version>4.4.1</version>
</dependency>
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.1.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
|-- org.springframework.boot:spring-boot-starter-data-jpa
|-- com.cedarsoftware:json-command-servlet:1.8.3
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.springframework:spring-orm:5.1.3.RELEASE
|-- org.springframework:spring-aspects:5.1.3.RELEASE
|-- org.springframework:spring-context-support:5.1.3.RELEASE
|-- org.codehaus.groovy:groovy-all:2.4.15
|-- com.google.guava:guava:26.0-jre
|-- com.cedarsoftware:json-io:4.10.0
|-- com.cedarsoftware:java-util:1.34.0
provided
|-- javax.servlet:servlet-api:2.5
|-- javax.servlet:javax.servlet-api:3.1.0
runtime
|-- ch.qos.logback:logback-classic
test