Skip to content

Commit

Permalink
Fix suggest-service deps and docs-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rudibatt committed Dec 13, 2024
1 parent 9f9025f commit 64bbaae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions suggest-service-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-parent</artifactId>
<version>0.69.0</version>
<version>0.69.3</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@

<properties>
<lucene.version>8.11.3</lucene.version>
<micrometer.version>1.5.14</micrometer.version>
<micrometer.version>1.14.2</micrometer.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions suggest-service-parent/suggest-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>suggest-service-parent</artifactId>
<version>0.69.0</version>
<version>0.69.3</version>
<relativePath>../</relativePath>
</parent>

<artifactId>suggest-service</artifactId>
<version>0.29.0</version>
<version>0.29.1</version>
<packaging>jar</packaging>
<name>smartSuggest RESTful Service</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import de.cxp.ocs.suggest.SuggestServiceProperties;
import io.micrometer.core.instrument.DistributionSummary;
import io.micrometer.core.instrument.MeterRegistry;
import io.micrometer.prometheus.PrometheusConfig;
import io.micrometer.prometheus.PrometheusMeterRegistry;
import io.micrometer.prometheusmetrics.PrometheusConfig;
import io.micrometer.prometheusmetrics.PrometheusMeterRegistry;
import lombok.extern.slf4j.Slf4j;

@Slf4j
Expand Down

0 comments on commit 64bbaae

Please sign in to comment.