提交 66849875 编写于 作者: W william.liangf

修改pom

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@179 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 3b208ee7
......@@ -33,6 +33,12 @@
<groupId>com.alibaba</groupId>
<artifactId>dubbo-container</artifactId>
<version>${project.parent.version}</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
......@@ -66,10 +72,6 @@
<artifactId>dubbo-remoting-http</artifactId>
<version>${project.parent.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册