Skip to content

Commit 17ef547

Browse files
committed
Reduce the duplicated dependencies of streamis-appconn
1 parent 743329d commit 17ef547

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

streamis-appconn/pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,45 @@
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>

0 commit comments

Comments
 (0)