Skip to content

Commit 90ffbc2

Browse files
CrazyHZMralf0131
authored andcommitted
Remove redundant dependence of third-party jar packages in dubbo-serialization-api modules (#3763)
1 parent f31fec5 commit 90ffbc2

File tree

1 file changed

+0
-20
lines changed
  • dubbo-serialization/dubbo-serialization-api

1 file changed

+0
-20
lines changed

dubbo-serialization/dubbo-serialization-api/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,5 @@ limitations under the License.
3535
<artifactId>dubbo-common</artifactId>
3636
<version>${project.parent.version}</version>
3737
</dependency>
38-
<dependency>
39-
<groupId>com.alibaba</groupId>
40-
<artifactId>hessian-lite</artifactId>
41-
</dependency>
42-
<dependency>
43-
<groupId>com.alibaba</groupId>
44-
<artifactId>fastjson</artifactId>
45-
</dependency>
46-
<dependency>
47-
<groupId>com.esotericsoftware</groupId>
48-
<artifactId>kryo</artifactId>
49-
</dependency>
50-
<dependency>
51-
<groupId>de.javakaffee</groupId>
52-
<artifactId>kryo-serializers</artifactId>
53-
</dependency>
54-
<dependency>
55-
<groupId>de.ruedigermoeller</groupId>
56-
<artifactId>fst</artifactId>
57-
</dependency>
5838
</dependencies>
5939
</project>

0 commit comments

Comments
 (0)