Skip to content

Commit

Permalink
add some jars
Browse files Browse the repository at this point in the history
  • Loading branch information
aressu1985 committed Nov 22, 2023
1 parent c4965c1 commit 13a84ce
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 6 deletions.
Binary file added lib/fastjson-1.2.83.jar
Binary file not shown.
Binary file added lib/kafka-clients-3.6.0.jar
Binary file not shown.
Binary file added lib/lz4-java-1.8.0.jar
Binary file not shown.
Binary file modified lib/mo-tester-1.0-SNAPSHOT.jar
Binary file not shown.
Binary file added lib/slf4j-api-1.7.25.jar
Binary file not shown.
Binary file added lib/snappy-java-1.1.10.4.jar
Binary file not shown.
Binary file added lib/zstd-jni-1.5.5-1.jar
Binary file not shown.
29 changes: 23 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>io.github.java-diff-utils</groupId>
<artifactId>java-diff-utils</artifactId>
Expand All @@ -120,8 +115,30 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>2.0.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>2.0.9</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.22.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
Expand Down

0 comments on commit 13a84ce

Please sign in to comment.