Skip to content

Commit

Permalink
🚀 Java sdk 0.1.1 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
miiiinju1 committed Aug 22, 2024
1 parent e1f40bb commit fdf9e91
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Binary file not shown.
33 changes: 33 additions & 0 deletions docs/info/logbat/logbat-sdk/0.1.1/logbat-sdk-0.1.1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>info.logbat</groupId>
<artifactId>logbat-sdk</artifactId>
<version>0.1.1</version>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

0 comments on commit fdf9e91

Please sign in to comment.