This is an automated email from the ASF dual-hosted git repository.
apkhmv pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 575ce79edb IGNITE-19552 Build JDBC module jar (#2127)
575ce79edb is described below
commit 575ce79edbd6d07976693e9465bf35a15ac24082
Author: Mikhail <[email protected]>
AuthorDate: Tue Jun 13 13:09:16 2023 +0300
IGNITE-19552 Build JDBC module jar (#2127)
---
modules/jdbc/build.gradle | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/modules/jdbc/build.gradle b/modules/jdbc/build.gradle
index ef6890fc0d..90f1a6e7f5 100644
--- a/modules/jdbc/build.gradle
+++ b/modules/jdbc/build.gradle
@@ -25,16 +25,14 @@ apply from: "$rootDir/buildscripts/java-junit5.gradle"
apply from: "$rootDir/buildscripts/java-integration-test.gradle"
dependencies {
+ annotationProcessor libs.auto.service
api project(':ignite-client-common')
implementation project(':ignite-client')
implementation project(':ignite-api')
implementation project(':ignite-core')
-
implementation libs.jetbrains.annotations
implementation libs.auto.service.annotations
- annotationProcessor libs.auto.service
-
testImplementation libs.mockito.core
testImplementation libs.hamcrest.core
@@ -48,7 +46,7 @@ dependencies {
description = 'ignite-jdbc'
shadowJar {
- archiveClassifier.set('')
+ archiveClassifier.set('all')
[
'com.fasterxml',