1
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<modules>
|
||||
<module>auth</module>
|
||||
<module>geteway</module>
|
||||
<module>gateway</module>
|
||||
<module>a-service</module>
|
||||
</modules>
|
||||
<parent>
|
||||
@@ -37,6 +37,16 @@
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.opentelemetry.instrumentation</groupId>
|
||||
<artifactId>opentelemetry-logback-appender-1.0</artifactId>
|
||||
<version>2.21.0-alpha</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-opentelemetry</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.ben-manes.caffeine</groupId>
|
||||
<artifactId>caffeine</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user