File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 3030 <artifactId >json4s-jackson_2.11</artifactId >
3131 <groupId >org.json4s</groupId >
3232 </exclusion >
33+ <exclusion >
34+ <artifactId >scala-compiler</artifactId >
35+ <groupId >org.scala-lang</groupId >
36+ </exclusion >
37+ <exclusion >
38+ <artifactId >scala-library</artifactId >
39+ <groupId >org.scala-lang</groupId >
40+ </exclusion >
41+ <exclusion >
42+ <artifactId >scala-reflect</artifactId >
43+ <groupId >org.scala-lang</groupId >
44+ </exclusion >
45+ <exclusion >
46+ <artifactId >scalap</artifactId >
47+ <groupId >org.scala-lang</groupId >
48+ </exclusion >
49+ <exclusion >
50+ <artifactId >dss-common</artifactId >
51+ <groupId >com.webank.wedatasphere.dss</groupId >
52+ </exclusion >
3353 </exclusions >
3454 </dependency >
3555 <dependency >
3656 <groupId >org.apache.linkis</groupId >
3757 <artifactId >linkis-common</artifactId >
58+ <version >${linkis.version} </version >
59+ <scope >provided</scope >
3860 </dependency >
3961 <dependency >
4062 <groupId >org.apache.linkis</groupId >
4163 <artifactId >linkis-module</artifactId >
64+ <version >${linkis.version} </version >
65+ <scope >provided</scope >
66+ </dependency >
67+ <dependency >
68+ <groupId >com.webank.wedatasphere.dss</groupId >
69+ <artifactId >dss-common</artifactId >
70+ <version >${dss.version} </version >
71+ <scope >provided</scope >
4272 </dependency >
4373 </dependencies >
4474 <build >
You can’t perform that action at this time.
0 commit comments