Skip to content

Commit 1d1a511

Browse files
committed
Add linkis-storage dependency.
1 parent 2891c05 commit 1d1a511

File tree

1 file changed

+16
-0
lines changed
  • dss-framework/dss-framework-orchestrator-server

1 file changed

+16
-0
lines changed

dss-framework/dss-framework-orchestrator-server/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,22 @@
149149
<version>${dss.version}</version>
150150
<scope>provided</scope>
151151
</dependency>
152+
<dependency>
153+
<groupId>org.apache.linkis</groupId>
154+
<artifactId>linkis-storage-script-dev-server</artifactId>
155+
<version>${linkis.version}</version>
156+
<exclusions>
157+
<exclusion>
158+
<artifactId>spring-context-support</artifactId>
159+
<groupId>org.springframework</groupId>
160+
</exclusion>
161+
</exclusions>
162+
</dependency>
163+
<dependency>
164+
<groupId>org.apache.linkis</groupId>
165+
<artifactId>linkis-storage</artifactId>
166+
<version>${linkis.version}</version>
167+
</dependency>
152168
</dependencies>
153169

154170
<build>

0 commit comments

Comments
 (0)