This is an automated email from the ASF dual-hosted git repository.
jackxu2011 pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new 32b4888d2 fix: remove linkis-rpc and linkis-storage dependency (#3835)
32b4888d2 is described below
commit 32b4888d2c8d8499a1ce1246e211a62293d20c1f
Author: jacktao007 <[email protected]>
AuthorDate: Wed Nov 16 11:08:30 2022 +0800
fix: remove linkis-rpc and linkis-storage dependency (#3835)
---
linkis-public-enhancements/pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/linkis-public-enhancements/pom.xml
b/linkis-public-enhancements/pom.xml
index 2ffc1e9b4..b30640e57 100644
--- a/linkis-public-enhancements/pom.xml
+++ b/linkis-public-enhancements/pom.xml
@@ -48,16 +48,6 @@
</modules>
<dependencies>
- <dependency>
- <groupId>org.apache.linkis</groupId>
- <artifactId>linkis-rpc</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.linkis</groupId>
- <artifactId>linkis-storage</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-cs-server</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]