Skip to content

Commit

Permalink
Remove redundant dependence of third-party jar packages in dubbo-seri…
Browse files Browse the repository at this point in the history
…alization-api modules (#3763)
  • Loading branch information
CrazyHZM authored and ralf0131 committed Apr 1, 2019
1 parent f31fec5 commit 90ffbc2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions dubbo-serialization/dubbo-serialization-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 90ffbc2

Please sign in to comment.