<dependency>
<groupId>com.oracle.nosql.sdk</groupId>
<artifactId>spring-data-oracle-nosql</artifactId>
<version>1.2.0</version>
</dependency>
@Grapes(
@Grab(group='com.oracle.nosql.sdk', module='spring-data-oracle-nosql', version='1.2.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.30
|-- com.oracle.nosql.sdk:nosqldriver:5.2.26
|-- org.springframework:spring-core:5.2.9.RELEASE
|-- org.springframework:spring-beans:5.2.9.RELEASE
|-- org.springframework:spring-context:5.2.9.RELEASE
|-- org.springframework:spring-tx:5.2.9.RELEASE
|-- org.springframework.data:spring-data-commons:2.3.4.RELEASE
|-- org.springframework:spring-expression:5.2.9.RELEASE
|-- org.apache.commons:commons-lang3:3.11
|-- io.projectreactor:reactor-core:3.3.10.RELEASE
test
|-- org.slf4j:slf4j-simple:1.7.30
|-- org.springframework.boot:spring-boot-starter-test:2.3.4.RELEASE