<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>n-cube</artifactId>
<version>4.5.1</version>
</dependency>
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.0.RELEASE</version> </parent>
compile
|-- 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
|-- org.springframework.boot:spring-boot-configuration-processor
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.cedarsoftware:json-command-servlet:1.8.3
|-- org.apache.httpcomponents:httpclient:4.5.10
|-- org.springframework:spring-orm:5.1.10.RELEASE
|-- org.springframework:spring-aspects:5.1.10.RELEASE
|-- org.springframework:spring-context-support:5.1.10.RELEASE
|-- org.codehaus.groovy:groovy-all:2.4.17
|-- javax.servlet:javax.servlet-api
|-- com.google.guava:guava:28.1-jre
|-- com.cedarsoftware:json-io:4.11.0
|-- com.cedarsoftware:java-util:1.37.0
|-- org.jetbrains.intellij.deps:trove4j:1.0.20190514
|-- javax.annotation:javax.annotation-api:1.3.2
runtime
|-- ch.qos.logback:logback-classic
test