summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoryinjiangyi <[email protected]>2021-12-17 11:17:09 +0800
committeryinjiangyi <[email protected]>2021-12-17 11:17:09 +0800
commitddf4fa8d6eab5005b31b6df15af09546ebe8f6d2 (patch)
treea2cb88f0af6738e10a97043316de95e0baeaa02c /pom.xml
parent646071b16f4dbc2f201e769cbd633583243d4306 (diff)
更新log4jHEADmaster
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 10 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 20e75ff..ca8820d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,16 @@
<dependencies>
<dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <version>2.16.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>2.16.0</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>2.2.3</version>
@@ -95,20 +105,7 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.26</version>
</dependency>
- <dependency>
- <groupId>com.zdjizhi</groupId>
- <artifactId>galaxy</artifactId>
- <version>1.0.6</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
-
-
</project> \ No newline at end of file