<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>n-cube</artifactId>
<version>4.0.2</version>
</dependency>
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.2.RELEASE</version> </parent>
compile
|-- com.oracle:ojdbc8:12.2.0.1
|-- org.springframework.boot:spring-boot-starter-web:1.5.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:1.5.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-jdbc:1.5.2.RELEASE
|-- com.cedarsoftware:json-command-servlet:1.5.3
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.springframework:spring-core:4.3.7.RELEASE
|-- org.springframework:spring-beans:4.3.7.RELEASE
|-- org.springframework:spring-tx:4.3.7.RELEASE
|-- org.springframework:spring-orm:4.3.7.RELEASE
|-- org.springframework:spring-aspects:4.3.7.RELEASE
|-- org.springframework:spring-aop:4.3.7.RELEASE
|-- org.springframework:spring-web:4.3.7.RELEASE
|-- org.springframework:spring-context:4.3.7.RELEASE
|-- org.springframework:spring-context-support:4.3.7.RELEASE
|-- org.springframework:spring-test:4.3.7.RELEASE
|-- org.codehaus.groovy:groovy-all:2.4.10
|-- com.google.guava:guava:21.0
|-- com.cedarsoftware:json-io:4.9.12
|-- com.cedarsoftware:java-util:1.26.0
|-- org.apache.tomcat:tomcat-jdbc:8.0.41
|-- net.sf.trove4j:trove4j:3.0.3
provided
|-- javax.servlet:servlet-api:2.5
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- org.springframework.boot:spring-boot-starter-test:1.5.2.RELEASE