Skip to content

Commit

Permalink
fix: temporary disable boot-starter-observability
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Dec 2, 2024
1 parent 0c966c4 commit 56c4d0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions edge-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-observability</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions importer-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-amqp</artifactId>
</dependency>
<dependency>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-observability</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions init-container-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.iqkv.boot</groupId>
<artifactId>boot-starter-observability</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
Expand Down

0 comments on commit 56c4d0c

Please sign in to comment.