Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maluchari committed Oct 17, 2024
1 parent bd09eef commit 3bf9264
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
2 changes: 0 additions & 2 deletions buildSrc/src/main/groovy/openhouse.maven-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ publishing {
configurePom(pom)
}
}

}
repositories {
mavenLocal()
Expand All @@ -87,5 +86,4 @@ publishing {
}
}
}

}
2 changes: 1 addition & 1 deletion integrations/spark/openhouse-spark-itest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
// These classes are available from `client-codegen-convention.gradle`
exclude group: "io.netty"
}

testImplementation project(':tables-test-fixtures_2.12')
testImplementation 'org.junit.platform:junit-platform-runner:1.11.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
Expand Down
18 changes: 6 additions & 12 deletions tables-test-fixtures/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
exclude group: 'org.xerial'
exclude group: 'javax'
}

compileOnly 'org.springframework.boot:spring-boot-starter-tomcat:' + spring_web_version
compileOnly('org.apache.spark:spark-sql_2.12:' + spark_version){
// These classes are available from `client-codegen-convention.gradle`
Expand Down Expand Up @@ -66,19 +66,19 @@ dependencies {
}

shadowJar {


zip64 = true
archiveClassifier.set('uber')

dependencies {



exclude(dependency('com.fasterxml.jackson.module::'))
exclude(dependency('com.fasterxml.jackson.core::'))
exclude(dependency('com.azure::'))

relocate('com.google', 'openhouse.relocated.com.google')
relocate('com.jayway', 'openhouse.relocated.com.jayway')
relocate('com.zaxxer', 'openhouse.relocated.com.zaxxer')
relocate('com.ctc', 'openhouse.relocated.com.ctc')

exclude(dependency('ch.qos.logback::'))
exclude(dependency('org.apache.hadoop::'))
exclude(dependency('org.apache.logging.log4j::'))
Expand All @@ -87,12 +87,6 @@ shadowJar {
exclude(dependency('org.apache.log4j::'))
exclude(dependency('org.apache.spark::'))


relocate('com.google', 'openhouse.relocated.com.google')
relocate('com.jayway', 'openhouse.relocated.com.jayway')
relocate('com.zaxxer', 'openhouse.relocated.com.zaxxer')
relocate('com.ctc', 'openhouse.relocated.com.ctc')

relocate('org.codehaus', 'openhouse.relocated.org.codehaus')
relocate('org.hibernate', 'openhouse.relocated.org.hibernate')
relocate('org.reactivestreams', 'openhouse.relocated.org.reactivestreams')
Expand Down

0 comments on commit 3bf9264

Please sign in to comment.