Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/log4j2-custom-format-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>ai.traceroot</groupId>
<artifactId>traceroot-sdk-java</artifactId>
<version>0.0.1-alpha.3</version>
<version>0.0.1-alpha.4</version>
<exclusions>
<!-- Exclude Logback to use Log4j2 instead -->
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion examples/log4j2-local-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>ai.traceroot</groupId>
<artifactId>traceroot-sdk-java</artifactId>
<version>0.0.1-alpha.3</version>
<version>0.0.1-alpha.4</version>
<exclusions>
<!-- Exclude Logback to use Log4j2 instead -->
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion examples/logback-local-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>ai.traceroot</groupId>
<artifactId>traceroot-sdk-java</artifactId>
<version>0.0.1-alpha.3</version>
<version>0.0.1-alpha.4</version>
</dependency>

<!-- Logback (explicitly included since it's optional in the SDK) -->
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>ai.traceroot</groupId>
<artifactId>traceroot-sdk-java</artifactId>
<version>0.0.1-alpha.3</version>
<version>0.0.1-alpha.4</version>
</dependency>

<!-- Spring Boot -->
Expand Down
2 changes: 1 addition & 1 deletion examples/standalone-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>ai.traceroot</groupId>
<artifactId>traceroot-sdk-java</artifactId>
<version>0.0.1-alpha.3</version>
<version>0.0.1-alpha.4</version>
</dependency>

<!-- Logback (explicitly included since it's optional in the SDK) -->
Expand Down
2 changes: 1 addition & 1 deletion examples/tencent-log4j2-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>ai.traceroot</groupId>
<artifactId>traceroot-sdk-java</artifactId>
<version>0.0.1-alpha.3</version>
<version>0.0.1-alpha.4</version>
<exclusions>
<!-- Exclude Logback to use Log4j2 instead -->
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion examples/tencent-logback-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>ai.traceroot</groupId>
<artifactId>traceroot-sdk-java</artifactId>
<version>0.0.1-alpha.3</version>
<version>0.0.1-alpha.4</version>
</dependency>

<!-- Logback (explicitly included since it's optional in the SDK) -->
Expand Down