Remove redundant dependence of third-party jar packages in dubbo-serialization-api modules (#3763)

This commit is contained in:
huazhongming 2019-04-01 11:41:55 +08:00 committed by Huxing Zhang
parent f31fec5c22
commit 90ffbc2ddd
1 changed files with 0 additions and 20 deletions

View File

@ -35,25 +35,5 @@ limitations under the License.
<artifactId>dubbo-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
</dependency>
<dependency>
<groupId>de.javakaffee</groupId>
<artifactId>kryo-serializers</artifactId>
</dependency>
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
</dependency>
</dependencies>
</project>