Skip to content

Commit

Permalink
Remove obsolete references.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Oct 24, 2022
1 parent dcacde3 commit 6b7f5f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sql-jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks.withType(JavaCompile) {
}

static def getShadowPath(String path) {
return 'com.amazonaws.opensearch.sql.jdbc.shadow.' + path
return 'org.opensearch.sql.jdbc.shadow.' + path
}

shadowJar {
Expand All @@ -87,10 +87,7 @@ shadowJar {
exclude 'META-INF/NOTICE*'
exclude 'META-INF/DEPENDENCIES'

relocate('com.amazonaws', getShadowPath('com.amazonaws')) {
exclude 'com.amazonaws.opensearch.*/**'
}

relocate 'com.amazonaws', getShadowPath('com.amazonaws')
relocate 'org.apache', getShadowPath('org.apache')
relocate 'org.joda', getShadowPath('org.joda')
relocate 'com.fasterxml', getShadowPath('com.fasterxml')
Expand Down

0 comments on commit 6b7f5f1

Please sign in to comment.