Skip to content
Snippets Groups Projects
Commit a68e5c6c authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Replace gradle runtime with runtimeOnly in beam commons

parent 7db18708
Branches
Tags
1 merge request!187Migrate Beam benchmark implementation
Pipeline #5871 passed
...@@ -36,9 +36,9 @@ dependencies { ...@@ -36,9 +36,9 @@ dependencies {
} }
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30' implementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
runtime "org.apache.beam:beam-runners-direct-java:${apacheBeamVersion}" runtimeOnly "org.apache.beam:beam-runners-direct-java:${apacheBeamVersion}"
runtime 'org.slf4j:slf4j-api:1.7.32' runtimeOnly 'org.slf4j:slf4j-api:1.7.32'
runtime 'org.slf4j:slf4j-jdk14:1.7.32' runtimeOnly 'org.slf4j:slf4j-jdk14:1.7.32'
// Use JUnit test framework // Use JUnit test framework
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment