Skip to content

Commit

Permalink
Breaking - Remove the statsd metrics, dependency no more available
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 9, 2022
1 parent ba5bd5f commit afa5e12
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 101 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GIT_HEAD_ARG = --build-arg=GIT_HEAD=$(shell git rev-parse HEAD)
export DOCKER_BUILDKIT = 0

.PHONY: build
build:
Expand Down
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
buildscript {
repositories {
mavenLocal()
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}

dependencies {
Expand Down
2 changes: 0 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ defaultTasks 'build'

repositories {
mavenCentral()
jcenter()
maven { url "https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts" }
maven { url "https://repo.osgeo.org/repository/release/" }
}
Expand Down Expand Up @@ -141,7 +140,6 @@ dependencies {
"io.dropwizard.metrics:metrics-jvm:4.2.13",
"io.dropwizard.metrics:metrics-jmx:4.2.13",
"io.dropwizard.metrics:metrics-logback:4.2.13",
'com.readytalk:metrics3-statsd:4.2.0'
)
geotools(
"org.geotools:gt-epsg-hsql:28.0",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<bean id="loggingMetricsConfigurator" class="org.mapfish.print.metrics.LoggingMetricsConfigurator" lazy-init="false"/>
<bean id="jvmMetricsConfigurator" class="org.mapfish.print.metrics.JvmMetricsConfigurator" lazy-init="false"/>
<bean id="jmxMetricsReporter" class="org.mapfish.print.metrics.JmxMetricsReporter" lazy-init="false"/>
<bean id="statsDReporterInit" class="org.mapfish.print.metrics.StatsDReporterInit" lazy-init="false"/>
<bean id="accounting" class="org.mapfish.print.servlet.job.Accounting" lazy-init="false"/>

<bean id="forkJoinPool" class="java.util.concurrent.ForkJoinPool" destroy-method="shutdownNow">
Expand Down
1 change: 0 additions & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ defaultTasks 'build'

repositories {
mavenCentral()
jcenter()
maven { url "https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts" }
maven { url "https://repo.osgeo.org/repository/release/" }
}
Expand Down
1 change: 0 additions & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent

repositories {
mavenCentral()
jcenter()
maven { url 'https://maven.restlet.org' }
maven { url "https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts" }
maven { url "https://repo.osgeo.org/repository/release/" }
Expand Down

0 comments on commit afa5e12

Please sign in to comment.