We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2891c05 commit 1d1a511Copy full SHA for 1d1a511
dss-framework/dss-framework-orchestrator-server/pom.xml
@@ -149,6 +149,22 @@
149
<version>${dss.version}</version>
150
<scope>provided</scope>
151
</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
164
165
+ <artifactId>linkis-storage</artifactId>
166
167
168
</dependencies>
169
170
<build>
0 commit comments