Flaugh24 commented on code in PR #1569:
URL: https://github.com/apache/ignite-3/pull/1569#discussion_r1123184286
##########
modules/rest/build.gradle:
##########
@@ -59,22 +56,33 @@ dependencies {
testImplementation project(':ignite-configuration')
testImplementation(testFixtures(project(':ignite-core')))
testImplementation(testFixtures(project(':ignite-configuration')))
+ testImplementation(testFixtures(project(':ignite-security')))
testImplementation libs.slf4j.jdk14
+ testImplementation libs.micronaut.junit5
+ testImplementation libs.micronaut.http.client
testImplementation libs.mockito.core
testImplementation libs.hamcrest.core
testImplementation libs.hamcrest.optional
+
+ integrationTestAnnotationProcessor
libs.micronaut.inject.annotation.processor
+ integrationTestAnnotationProcessor testFixtures(project(':ignite-core'))
+ integrationTestAnnotationProcessor
testFixtures(project(':ignite-cluster-management'))
+
+ integrationTestImplementation project(':ignite-rest-api')
+ integrationTestImplementation project(':ignite-network')
+ integrationTestImplementation project(':ignite-api')
+ integrationTestImplementation project(':ignite-security')
+ integrationTestImplementation testFixtures(project(':ignite-core'))
+ integrationTestImplementation
testFixtures(project(':ignite-cluster-management'))
+ integrationTestImplementation
testFixtures(project(':ignite-configuration'))
+ integrationTestImplementation libs.micronaut.junit5
+ integrationTestImplementation libs.micronaut.test
+ integrationTestImplementation libs.micronaut.http.client
+ integrationTestImplementation libs.micronaut.http.server.netty
+ integrationTestImplementation libs.typesafe.config
}
compileJava {
options.fork = true
options.forkOptions.jvmArgs +=
'-Dmicronaut.openapi.config.file=openapi/openapi.properties'
}
-
-shadowJar {
Review Comment:
Have decided to postpone this question. Created a ticket
https://issues.apache.org/jira/browse/IGNITE-18942
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]