Skip to content

Commit 6fd5e9e

Browse files
authored
add runtimeOnly dependency for slf4j for nop (#656)
1 parent c7fa8c7 commit 6fd5e9e

File tree

202 files changed

+404
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+404
-0
lines changed

analysis/analyze-hotspots/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task createGradlePropertiesAndWriteApiKey {

analysis/distance-measurement-analysis/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task copyNatives(type: Copy) {

analysis/line-of-sight-geoelement/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task copyNatives(type: Copy) {

analysis/line-of-sight-location/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task copyNatives(type: Copy) {

analysis/viewshed-camera/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task copyNatives(type: Copy) {

analysis/viewshed-geoelement/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task copyNatives(type: Copy) {

analysis/viewshed-geoprocessing/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task createGradlePropertiesAndWriteApiKey {

analysis/viewshed-location/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task copyNatives(type: Copy) {

display_information/add-graphics-with-renderer/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task createGradlePropertiesAndWriteApiKey {

display_information/add-graphics-with-symbols/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependencies {
3434
implementation "com.esri.arcgisruntime:arcgis-java:$arcgisVersion"
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
37+
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
38+
runtimeOnly 'org.slf4j:slf4j-nop:1.7.32'
3739
}
3840

3941
task createGradlePropertiesAndWriteApiKey {

0 commit comments

Comments
 (0)