Skip to content

Commit

Permalink
Merge pull request #4 from goto/dependencyjar
Browse files Browse the repository at this point in the history
Dependencyjar
  • Loading branch information
lavkesh authored Mar 21, 2023
2 parents 4f3a00a + 3bd3b9a commit 853ed8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dagger-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ sourceSets {
}

dependencies {
minimalCommonJar 'com.gotocompany:stencil:0.4.0'
compileOnly 'org.apache.flink:flink-streaming-java_2.11:' + flinkVersion
compileOnly group: 'org.apache.flink', name: 'flink-table-common', version: flinkVersion
compileOnly group: 'org.apache.flink', name: 'flink-table', version: flinkVersion
Expand All @@ -67,6 +66,7 @@ dependencies {
dependenciesCommonJar 'com.google.cloud.bigdataoss:gcs-connector:1.9.0-hadoop2'
dependenciesCommonJar 'org.apache.flink:flink-metrics-dropwizard:' + flinkVersion
dependenciesCommonJar 'org.apache.flink:flink-json:' + flinkVersion
dependenciesCommonJar 'com.gotocompany:stencil:0.4.0'
dependenciesCommonJar 'com.jayway.jsonpath:json-path:2.4.0'
dependenciesCommonJar 'com.google.code.gson:gson:2.8.2'
dependenciesCommonJar 'org.apache.parquet:parquet-column:1.12.2'
Expand Down
2 changes: 1 addition & 1 deletion dagger-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def flinkVersion = rootProject.flinkVersion
version = rootProject.file('version.txt').text.trim()

def minimalVersion = version
def dependenciesVersion = "0.3.0"
def dependenciesVersion = "0.3.1"

description = """dagger to the heart!"""

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1

0 comments on commit 853ed8f

Please sign in to comment.