Skip to content

Commit 340ae29

Browse files
aiceflowerclaude
andcommitted
#AI commit# fix: Restore linkis-io_file-client dependency in linkis-pes-publicservice
- Restore linkis-io_file-client dependency that was accidentally removed - Remove hbase-server dependency that was incorrectly added - This fixes missing jars in linkis-ps-publicservice lib directory: - linkis-io_file-client - linkis-computation-orchestrator - linkis-code-orchestrator - linkis-orchestrator-core Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 614b0f3 commit 340ae29

1 file changed

Lines changed: 3 additions & 37 deletions

File tree

  • linkis-public-enhancements/linkis-pes-publicservice

linkis-public-enhancements/linkis-pes-publicservice/pom.xml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -70,43 +70,9 @@
7070
</dependency>
7171

7272
<dependency>
73-
<groupId>org.apache.hbase</groupId>
74-
<artifactId>hbase-server</artifactId>
75-
<version>${hbase.version}</version>
76-
<exclusions>
77-
<exclusion>
78-
<groupId>org.apache.hadoop</groupId>
79-
<artifactId>hadoop-common</artifactId>
80-
</exclusion>
81-
<exclusion>
82-
<groupId>org.apache.hadoop</groupId>
83-
<artifactId>hadoop-auth</artifactId>
84-
</exclusion>
85-
<exclusion>
86-
<groupId>org.apache.hadoop</groupId>
87-
<artifactId>hadoop-mapreduce-client-core</artifactId>
88-
</exclusion>
89-
<exclusion>
90-
<groupId>org.jruby.jcodings</groupId>
91-
<artifactId>jcodings</artifactId>
92-
</exclusion>
93-
<exclusion>
94-
<groupId>org.jruby.joni</groupId>
95-
<artifactId>joni</artifactId>
96-
</exclusion>
97-
<exclusion>
98-
<groupId>org.mortbay.jetty</groupId>
99-
<artifactId>jetty</artifactId>
100-
</exclusion>
101-
<exclusion>
102-
<groupId>org.apache.hbase</groupId>
103-
<artifactId>hbase-shaded-jetty</artifactId>
104-
</exclusion>
105-
<exclusion>
106-
<groupId>org.apache.hbase</groupId>
107-
<artifactId>hbase-protocol-shaded</artifactId>
108-
</exclusion>
109-
</exclusions>
73+
<groupId>org.apache.linkis</groupId>
74+
<artifactId>linkis-io_file-client</artifactId>
75+
<version>${project.version}</version>
11076
</dependency>
11177

11278
<dependency>

0 commit comments

Comments
 (0)