This is an automated email from the ASF dual-hosted git repository.
haiboduan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 7b4c308 [type: refactor] fix metrics pom (#2998)
7b4c308 is described below
commit 7b4c3083e938bdfb1efd64664ea8a1a01990688f
Author: xiaoyu <[email protected]>
AuthorDate: Mon Mar 7 18:38:56 2022 +0800
[type: refactor] fix metrics pom (#2998)
---
shenyu-plugin/shenyu-plugin-cryptor/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/shenyu-plugin/shenyu-plugin-cryptor/pom.xml
b/shenyu-plugin/shenyu-plugin-cryptor/pom.xml
index 9e56c14..190592d 100644
--- a/shenyu-plugin/shenyu-plugin-cryptor/pom.xml
+++ b/shenyu-plugin/shenyu-plugin-cryptor/pom.xml
@@ -33,12 +33,6 @@
</dependency>
<dependency>
- <groupId>org.apache.shenyu</groupId>
- <artifactId>shenyu-metrics-facade</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>